emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-return-follows-link and the TTY
@ 2008-06-09 20:23 Phil Jackson
  2008-06-10  3:16 ` Dominik, C.
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Jackson @ 2008-06-09 20:23 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Hi Carsten/All,

I'm a --without-x user and set org-return-follows-link. When I hit enter
on a link it simply inserts \n.

If I apply this patch:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patchy-mc-patch.patch --]
[-- Type: text/x-diff, Size: 527 bytes --]

diff --git a/generic/.elisp/org/lisp/org.el b/generic/.elisp/org/lisp/org.el
index 878482d..4c8adb2 100644
--- a/generic/.elisp/org/lisp/org.el
+++ b/generic/.elisp/org/lisp/org.el
@@ -3278,7 +3278,6 @@ The following commands are available:
   (org-defkey org-mouse-map [(tab)] 'org-open-at-point)
   (org-defkey org-mouse-map "\C-i" 'org-open-at-point))
 (when org-return-follows-link
-  (org-defkey org-mouse-map [(return)] 'org-open-at-point)
   (org-defkey org-mouse-map "\C-m" 'org-open-at-point))
 
 (require 'font-lock)

[-- Attachment #3: Type: text/plain, Size: 179 bytes --]


All becomes well again. Does org-return-follows-link work with this
patch applied against an X11/w32 linked emacs?

Cheers,
Phil
-- 
 Phil Jackson
 http://www.shellarchive.co.uk

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-10  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09 20:23 org-return-follows-link and the TTY Phil Jackson
2008-06-10  3:16 ` Dominik, C.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).