From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Some suggestions - mostly for non (X)Emacs updating of org mode files. Date: Tue, 16 May 2006 11:06:16 +0200 Message-ID: <81422ed510dc4a2a28eaf07e98b2924f@science.uva.nl> References: <20060425142715.GA3120@ELSAMSW37164> <20060427130528.GA3256@ELSAMSW37164> <62799cd4af60f000ed11f842f71418e6@science.uva.nl> <20060516084439.GA2584@ELSAMSW37164> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfvVc-0000M6-5m for emacs-orgmode@gnu.org; Tue, 16 May 2006 05:06:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfvVa-0000Ln-NA for emacs-orgmode@gnu.org; Tue, 16 May 2006 05:06:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfvVa-0000Lj-IT for emacs-orgmode@gnu.org; Tue, 16 May 2006 05:06:26 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfvYB-0002JH-PR for emacs-orgmode@gnu.org; Tue, 16 May 2006 05:09:08 -0400 In-Reply-To: <20060516084439.GA2584@ELSAMSW37164> 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: Tim O'Callaghan Cc: emacs-orgmode@gnu.org On May 16, 2006, at 10:44, Tim O'Callaghan wrote: > As far as i know XEmacs uses mswindows-* and Gnu Emacs uses w32-*, but > the parameters seem to be the same. OK, I'll check how to fix this. > I'll try those out. As for using a mouse-3 I prefer using the > keyboard, its quicker than using a mouse. I would prefer that under > windows, it is the other way around. So that any file that is not > specifically mentioned in the org-file-apps is opened by default, and > C-RET performs the system mime operation. Hmm. I guess there could be an option to reverse this, yes. > Under XEmacs ms windows the link file:~/.bashrc means nothing. I've > come across this before as i use my .xemacs config on a few different > platforms. If you use (expand-file-name "~/.bashrc") on windows it > might return "C:\\home\ dir\\tim\\.bashrc" and on linux ("/home\ > dir/tim/.bashrc"). When combined with calling an external process is > better, especially since it also shell-quotes the string. > > IIRC This works for Gnu Emacs and XEmacs. I do expand-file-name on the file path before opening it. Can you give me an example on when this fils to work correctly? > > Could i also suggest that when opening a link that ends in a / or \ > that it invokes dired mode on that directory? Add an entry '(directory . emacs) to org-file-apps. Thi indicates that directories should be opened in Emacs, and that automatically means dired. I just see that this feature is not properly documented - will fix this. Thanks.