From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Jackson Subject: org-return-follows-link and the TTY Date: Mon, 09 Jun 2008 21:23:07 +0100 Message-ID: <87y75es6hg.fsf@shellarchive.co.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5nuA-0007hW-4W for emacs-orgmode@gnu.org; Mon, 09 Jun 2008 16:23:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5nu8-0007gq-LK for emacs-orgmode@gnu.org; Mon, 09 Jun 2008 16:23:49 -0400 Received: from [199.232.76.173] (port=44907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5nu8-0007gk-AF for emacs-orgmode@gnu.org; Mon, 09 Jun 2008 16:23:48 -0400 Received: from c.painless.aaisp.net.uk ([81.187.30.53]:58798) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K5nu8-0007Ob-52 for emacs-orgmode@gnu.org; Mon, 09 Jun 2008 16:23:48 -0400 Received: from 241.28.187.81.in-addr.arpa ([81.187.28.241] helo=home-desktop) by c.painless.aaisp.net.uk with esmtp (Exim 4.69) (envelope-from ) id 1K5ntk-0002zZ-JM for emacs-orgmode@gnu.org; Mon, 09 Jun 2008 21:23:24 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= 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: --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=patchy-mc-patch.patch 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) --=-=-= 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 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--