unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: jrw@pobox.com, emacs-devel@gnu.org
Subject: Re: patches for etags and shell-command
Date: Sun, 22 Jan 2006 02:38:07 +0200	[thread overview]
Message-ID: <87vewdf9w0.fsf@jurta.org> (raw)
In-Reply-To: <E1F0OsE-0000wC-W1@fencepost.gnu.org> (Richard M. Stallman's message of "Sat, 21 Jan 2006 14:58:10 -0500")

>     I have two patches today; the first one changes shell-command so
>     that the default interactive argument is the current buffer's filename.
>
> Is the idea that you type M-n to bring the current buffer's filename
> into the minibuffer, and then you type the rest of the command around
> it?  Access to that file name would be useful, but at the same time,
> this interface would be rather inconvenient to use.

I think using M-n to insert the buffer filename is very useful once users
know about this.  So the manual should mention it after installing.

And also M-! invoked in dired could insert a list of all marked files to
the minibuffer.  This could be used as a replacement of `!' and a special
character `*' surrounded by whitespace.  It is more reliable for users
to see the complete list of marked files in the minibuffer before running
the command than remembering all rules of using `*', `?' and whitespace
in the command run with `!' in dired.

>     This patch corrects a bug in etags that causes completion to only
>     consider the tags in a single TAGS buffer.  With the match tag
>     completion will consider tags from all the active TAGS buffers.
>
> That seems like a clean extension.  I will forward it to the etags
> maintainer.

I haven't tested this patch, but after looking at it I noticed that it
deletes the initial message:

  (message "Making tags completion table for %s..." buffer-file-name)

but retains the finishing message:

  (message "Making tags completion table for %s...done" buffer-file-name)

I think both are necessary.

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

  parent reply	other threads:[~2006-01-22  0:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20 16:29 patches for etags and shell-command John Williams
2006-01-21 19:58 ` Richard M. Stallman
2006-01-21 22:17   ` John Williams
2006-01-22 17:44     ` Richard M. Stallman
2006-01-22  0:38   ` Juri Linkov [this message]
2006-02-15 18:08 ` Francesco Potorti`
     [not found] <E1F9nTR-0003HU-Ew@fencepost.gnu.org>
2006-02-19 21:48 ` John Williams

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=87vewdf9w0.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=jrw@pobox.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).