unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5010: 23.1.50; insert-file should be made FFAP aware
@ 2009-11-21 17:10 ` jidanni
  2009-11-22 10:27   ` Juri Linkov
  2009-11-25 17:40   ` bug#5010: marked as done (23.1.50; insert-file should be made FFAP aware) Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: jidanni @ 2009-11-21 17:10 UTC (permalink / raw)
  To: emacs-pretest-bug

I put the cursor upon /etc/motd and C-x C-f knows about it, but C-x i
doesn't because ffap.el doesn't include it in its bindings.

In GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3)
 of 2009-11-15 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20091115-1)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5010: 23.1.50; insert-file should be made FFAP aware
  2009-11-21 17:10 ` bug#5010: 23.1.50; insert-file should be made FFAP aware jidanni
@ 2009-11-22 10:27   ` Juri Linkov
  2009-11-25 17:40   ` bug#5010: marked as done (23.1.50; insert-file should be made FFAP aware) Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Juri Linkov @ 2009-11-22 10:27 UTC (permalink / raw)
  To: jidanni; +Cc: 5010

> I put the cursor upon /etc/motd and C-x C-f knows about it, but C-x i
> doesn't because ffap.el doesn't include it in its bindings.

And also `append-to-file', `write-file', `write-region', `load-file',
`recode-file-name', `make-directory', `delete-directory', `copy-directory'
and dozens of other commands that read a file or directory name.

I think we should now stop the madness of hunting for commands to make
FFAP aware.

With the patches I sent recently to emacs-devel it is possible to type
M-n in any file-reading prompt to pull the filename at point to the
minibuffer.  And later we could also add a dedicated key like e.g. `M-.'
to do the same.

-- 
Juri Linkov
http://www.jurta.org/emacs/





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5010: marked as done (23.1.50; insert-file should be made FFAP aware)
  2009-11-21 17:10 ` bug#5010: 23.1.50; insert-file should be made FFAP aware jidanni
  2009-11-22 10:27   ` Juri Linkov
@ 2009-11-25 17:40   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-11-25 17:40 UTC (permalink / raw)
  To: Juri Linkov

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

Your message dated Wed, 25 Nov 2009 19:27:11 +0200
with message-id <87ljhu8vko.fsf@mail.jurta.org>
and subject line Re: bug#5010: 23.1.50; insert-file should be made FFAP aware
has caused the Emacs bug report #5010,
regarding 23.1.50; insert-file should be made FFAP aware
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5010: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5010
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2306 bytes --]

From: jidanni@jidanni.org
To: emacs-pretest-bug@gnu.org
Subject: 23.1.50; insert-file should be made FFAP aware
Date: Sun, 22 Nov 2009 01:10:58 +0800
Message-ID: <87r5rrztul.fsf@jidanni.org>

I put the cursor upon /etc/motd and C-x C-f knows about it, but C-x i
doesn't because ffap.el doesn't include it in its bindings.

In GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3)
 of 2009-11-15 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20091115-1)


[-- Attachment #3: Type: message/rfc822, Size: 2191 bytes --]

From: Juri Linkov <juri@jurta.org>
To: 5010-done@emacsbugs.donarmstrong.com
Cc: jidanni@jidanni.org
Subject: Re: bug#5010: 23.1.50; insert-file should be made FFAP aware
Date: Wed, 25 Nov 2009 19:27:11 +0200
Message-ID: <87ljhu8vko.fsf@mail.jurta.org>

>> I put the cursor upon /etc/motd and C-x C-f knows about it, but C-x i
>> doesn't because ffap.el doesn't include it in its bindings.
>
> And also `append-to-file', `write-file', `write-region', `load-file',
> `recode-file-name', `make-directory', `delete-directory', `copy-directory'
> and dozens of other commands that read a file or directory name.
>
> I think we should now stop the madness of hunting for commands to make
> FFAP aware.

Now it's possible to type M-n in any file-reading minibuffer to pull
a file name at point to the minibuffer when ffap is loaded without
ffap-bindings.  Also there is a new command (currently unbound)
`minibuffer-insert-file-name-at-point'.

-- 
Juri Linkov
http://www.jurta.org/emacs/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-25 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87ljhu8vko.fsf@mail.jurta.org>
2009-11-21 17:10 ` bug#5010: 23.1.50; insert-file should be made FFAP aware jidanni
2009-11-22 10:27   ` Juri Linkov
2009-11-25 17:40   ` bug#5010: marked as done (23.1.50; insert-file should be made FFAP aware) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).