* Strange eshell find-file issue for new files
@ 2012-01-07 13:44 Guido Van Hoecke
2012-01-07 15:43 ` Peter Dyballa
0 siblings, 1 reply; 4+ messages in thread
From: Guido Van Hoecke @ 2012-01-07 13:44 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I have an eshell alias f:
alias f find-file $1
I happily use that from eshell to start editng existing files.
But when I hit 'f new-file.txt' to start editng a not yet existing file,
eshell merely says 'Opening input file' and that's it.
This is not due to the alias, as typing 'find-file new-file.txt'
exhibits the same behaviour.
I'd really like to understand what's happening, and more importantly,
find out how this can be fixed.
TIA,
Guido
--
In the long run, every program becomes rococo, and then rubble.
-- Alan Perlis
http://vanhoecke.org ... and go2 places!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange eshell find-file issue for new files
2012-01-07 13:44 Strange eshell find-file issue for new files Guido Van Hoecke
@ 2012-01-07 15:43 ` Peter Dyballa
2012-01-07 17:18 ` Guido Van Hoecke
0 siblings, 1 reply; 4+ messages in thread
From: Peter Dyballa @ 2012-01-07 15:43 UTC (permalink / raw)
To: Guido Van Hoecke; +Cc: help-gnu-emacs
Am 7.1.2012 um 14:44 schrieb Guido Van Hoecke:
> I'd really like to understand what's happening, and more importantly,
> find out how this can be fixed.
Is the behaviour the same when you launch GNU Emacs without customisation? I.e., with --no-site-file and/or with --no-init-file (-q) and finally -Q?
--
Greetings
Pete
The human brain operates at only 10% of its capacity. The rest is overhead for the operating system.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange eshell find-file issue for new files
2012-01-07 15:43 ` Peter Dyballa
@ 2012-01-07 17:18 ` Guido Van Hoecke
2012-01-07 18:53 ` Guido Van Hoecke
0 siblings, 1 reply; 4+ messages in thread
From: Guido Van Hoecke @ 2012-01-07 17:18 UTC (permalink / raw)
To: Peter Dyballa; +Cc: help-gnu-emacs
Hi Peter.
On Sat, Jan 7, 2012 at 16:43, Peter Dyballa <Peter_Dyballa@web.de> wrote:
> Am 7.1.2012 um 14:44 schrieb Guido Van Hoecke:
>> I'd really like to understand what's happening, and more importantly,
>> find out how this can be fixed.
> Is the behaviour the same when you launch GNU Emacs without
> customisation? I.e., with --no-site-file and/or with --no-init-file
> (-q) and finally -Q?
No, it isn't. I know I should have walked along this trail, but I just
hoped it would trigger some fellow emacser's memory.
Well, I'll selectively disable parts of my configuration files till I hit
the culprit.
Thanks anyhow,
Guido
--
Post proelium, praemium.
[After the battle, the reward.]
http://vanhoecke.org ... and go2 places!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange eshell find-file issue for new files
2012-01-07 17:18 ` Guido Van Hoecke
@ 2012-01-07 18:53 ` Guido Van Hoecke
0 siblings, 0 replies; 4+ messages in thread
From: Guido Van Hoecke @ 2012-01-07 18:53 UTC (permalink / raw)
To: Peter Dyballa; +Cc: José A. Romero L., help-gnu-emacs
Hi Peter
On Sat, Jan 7, 2012 at 18:18, Guido Van Hoecke <guivho@gmail.com> wrote:
> Hi Peter.
>
> On Sat, Jan 7, 2012 at 16:43, Peter Dyballa <Peter_Dyballa@web.de> wrote:
>
>> Am 7.1.2012 um 14:44 schrieb Guido Van Hoecke:
>
>>> I'd really like to understand what's happening, and more importantly,
>>> find out how this can be fixed.
>
>> Is the behaviour the same when you launch GNU Emacs without
>> customisation? I.e., with --no-site-file and/or with --no-init-file
>> (-q) and finally -Q?
>
> No, it isn't. I know I should have walked along this trail, but I just
> hoped it would trigger some fellow emacser's memory.
>
> Well, I'll selectively disable parts of my configuration files till I hit
> the culprit.
Well I found the culprit: it is the defadvice for the openwith-file
handler found at
http://www.emacswiki.org/emacs/Sunrise_Commander_Tips#toc4
Without this defadvice entering 'f new-file' in eshell just creates a
buffer for this not yet existing new-file, as does C-x C-f.
With the defadvice, it merely prints 'Input file opened' and no buffer
is created.
This may well be related to the versions of emacs and openwith.el.
Emacs version: GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2011-12-13 on bob.porkrind.org
openwith.el version: openwith-version "0.8f"
Well, not recording files opened with external programs is not really a
big deal for me. I'm quite happy that I found the cause of the find-file
failure for new files. That's far more important to me.
Kind Regards,
Guido
--
... one of the main causes of the fall of the Roman Empire was that,
lacking zero, they had no way to indicate successful termination of
their C programs.
-- Robert Firth
http://vanhoecke.org ... and go2 places!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-07 18:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-07 13:44 Strange eshell find-file issue for new files Guido Van Hoecke
2012-01-07 15:43 ` Peter Dyballa
2012-01-07 17:18 ` Guido Van Hoecke
2012-01-07 18:53 ` Guido Van Hoecke
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).