unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: FFAP
@ 2009-11-07 18:18 MON KEY
  2009-11-09  0:56 ` FFAP Juri Linkov
  0 siblings, 1 reply; 16+ messages in thread
From: MON KEY @ 2009-11-07 18:18 UTC (permalink / raw)
  To: juri; +Cc: emacs-devel

> I forgot that we already have a clean and small counterpart of ffap
> that can be preloaded instead of ffap.el.  It is thingatpt.el.
> With (thing-at-point 'filename) it returns the filename at point,
> and with (thing-at-point 'url) it returns the URL at point.

Currently (thing-at-point 'url) will not reliably return the URL at point in a
good deal of corner cases; URL's containing `,' being a good case in point.

s_P




^ permalink raw reply	[flat|nested] 16+ messages in thread
* 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; 16+ 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] 16+ messages in thread
* ffap
@ 2003-09-21 22:34 Richard Stallman
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Stallman @ 2003-09-21 22:34 UTC (permalink / raw)


I have got no response from the maintainer of ffap.el,
mic@mathcs.emory.edu, for many months.  Would anyone else
like to maintain it?

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 18:18 FFAP MON KEY
2009-11-09  0:56 ` FFAP Juri Linkov
2009-11-09 18:14   ` FFAP MON KEY
2009-11-10  7:44     ` FFAP Juri Linkov
2009-11-10 14:03       ` FFAP Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
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:41     ` FFAP Miles Bader
2009-11-06 15:20       ` FFAP Stefan Monnier
2009-11-06  4:45     ` FFAP Juri Linkov
2009-11-06  8:50       ` FFAP Eli Zaretskii
2009-11-06 10:37         ` FFAP Juri Linkov
2009-11-06 15:18       ` FFAP Stefan Monnier
2009-11-06 21:19         ` FFAP Juri Linkov
2009-11-07  1:32           ` FFAP Stefan Monnier
2009-11-09  0:52             ` FFAP Juri Linkov
2009-11-09  6:33               ` FFAP Stefan Monnier
2003-09-21 22:34 ffap Richard Stallman

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).