unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: ffap ^Xd vs. mailto
Date: Tue, 17 Jan 2006 17:21:57 -0700	[thread overview]
Message-ID: <dqk1n8$anf$1@sea.gmane.org> (raw)
In-Reply-To: <87d5iq8z9s.fsf@jidanni.org>

Dan Jacobson wrote:
> For ffap, if I do ^Xd and the cursor is on top of a email address,
> well it should just give me the directory. If I wanted broader
> interpretation I would have hit ^X^F.

Like ffap.el says:

;; If you do not like these bindings, modify the variable
;; `ffap-bindings', or write your own.

So:

(ffap-bindings)
(global-set-key "\C-xd" 'dired)

or:

(eval-after-load "ffap"
   '(setq ffap-bindings
          (delq (rassoc '("\C-xd" 'dired-at-point) ffap-bindings)
                ffap-bindings)))
(ffap-bindings)

The only real bug is that this comment at the top of ffap.el
does not list dired-at-point:

;; ffap-bindings makes the following global key bindings:
;;
;; C-x C-f       find-file-at-point (abbreviated as ffap)
;; C-x 4 f       ffap-other-window
;; C-x 5 f       ffap-other-frame
;; S-mouse-3     ffap-at-mouse
;; C-S-mouse-3   ffap-menu

-- 
Kevin Rodgers

      reply	other threads:[~2006-01-18  0:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-17 18:50 ffap ^Xd vs. mailto Dan Jacobson
2006-01-18  0:21 ` Kevin Rodgers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dqk1n8$anf$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).