all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* find-file-literally-at-point
@ 2009-11-06  0:13 Edward O'Connor
  2009-11-06  1:45 ` find-file-literally-at-point Juri Linkov
  0 siblings, 1 reply; 8+ messages in thread
From: Edward O'Connor @ 2009-11-06  0:13 UTC (permalink / raw)
  To: emacs-devel

Hi,

I recently found myself in need of such a function (I was going through
a bunch of files to strip out their UTF-8 BOMs, if you're curious), and
it was quick enough to put together:

(autoload 'ffap-guesser "ffap")
(defun find-file-literally-at-point ()
  "Open the file at point (like `ffap') with `find-file-literally'."
  (interactive)
  (find-file-literally (ffap-guesser)))

Is this something people might like to see added to ffap.el? I've signed
papers.


Thanks,
Ted




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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <c62ci8$6ut3i$1@ID-228056.news.uni-berlin.de>
     [not found] ` <408557E8.3020903@yahoo.com>
     [not found]   ` <c63n4v$7kg0n$1@ID-228056.news.uni-berlin.de>
2004-04-20 21:15     ` read-file-name Kevin Rodgers
2004-04-21  3:43       ` read-file-name Elvin Peterson
2004-04-21 15:42         ` read-file-name Kevin Rodgers
2004-04-21 15:42         ` read-file-name Kevin Rodgers
2004-04-22  0:35         ` read-file-name Thien-Thi Nguyen
2009-11-06  0:13 find-file-literally-at-point Edward O'Connor
2009-11-06  1:45 ` find-file-literally-at-point Juri Linkov
2009-11-06  4:20   ` FFAP (was: find-file-literally-at-point) Stefan Monnier
2009-11-06  4:45     ` FFAP Juri Linkov
2009-11-06 15:18       ` FFAP Stefan Monnier
2009-11-06 21:19         ` FFAP Juri Linkov
2009-11-09 10:14           ` read-file-name (was: FFAP) Juri Linkov
2009-11-09 14:31             ` read-file-name Stefan Monnier
2009-11-10  0:55               ` read-file-name Juri Linkov
2009-11-10 17:25                 ` read-file-name Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.