From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: shell links [was: Version 4.19c] Date: Thu, 06 Apr 2006 09:30:26 -0700 Message-ID: <44354222.60104@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FRXNQ-0006Yo-MB for emacs-orgmode@gnu.org; Thu, 06 Apr 2006 12:30:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FRXNO-0006Xh-Pp for emacs-orgmode@gnu.org; Thu, 06 Apr 2006 12:30:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRXNO-0006XU-M4 for emacs-orgmode@gnu.org; Thu, 06 Apr 2006 12:30:30 -0400 Received: from [140.142.32.166] (helo=mxout3.cac.washington.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FRXRA-0000D0-Gc for emacs-orgmode@gnu.org; Thu, 06 Apr 2006 12:34:24 -0400 Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by mxout3.cac.washington.edu (8.13.6+UW06.03/8.13.5+UW06.03) with ESMTP id k36GURPD003003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Apr 2006 09:30:27 -0700 Received: from [128.208.232.53] (eagle.ee.washington.edu [128.208.232.53]) by mailhost2.u.washington.edu (8.13.6+UW06.03/8.13.5+UW06.03) with ESMTP id k36GUQ02022361 for ; Thu, 6 Apr 2006 09:30:26 -0700 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 Lot's of nice changes in 4.19. I'm really impressed at how fast Carsten & Co. are cranking out new code and new fixes. Looks like there are a few problems with shell links in 4.19c, though. 1.) If I type C-c C-l, and then at the link: prompt, type shell:SPACE where SPACE means I hit the spacebar, then I get a [No Match] error message. If I instead type: shell:lsSPACE then I get the [No Match] error after the 'ls' 2.) If I manually make a shell link like this [[shell:ls *.org][shellcmd]] and then type C-c C-o. The minibuffer asks m: Execute " " in the shel? (yes or no) Even though there's a blank, the ls command works if I say yes 3.) If I put the cursor in the link and type C-c C-l, then the minibuffer says: Link: shell:ls%20*.org If I cancel (C-g), C-c C-o still works. Scott