emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Phil Jackson <phil@shellarchive.co.uk>
To: emacs-orgmode@gnu.org
Subject: org-return-follows-link and the TTY
Date: Mon, 09 Jun 2008 21:23:07 +0100	[thread overview]
Message-ID: <87y75es6hg.fsf@shellarchive.co.uk> (raw)

[-- 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

             reply	other threads:[~2008-06-09 20:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-09 20:23 Phil Jackson [this message]
2008-06-10  3:16 ` org-return-follows-link and the TTY Dominik, C.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y75es6hg.fsf@shellarchive.co.uk \
    --to=phil@shellarchive.co.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).