unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [teirllm@dms.auburn.edu: Re: patch for locate.el when called with prefix arg]
@ 2007-04-25 14:52 Richard Stallman
  2007-04-26  3:41 ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2007-04-25 14:52 UTC (permalink / raw)
  To: emacs-devel

Someone please install this.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.1.0
Date: Tue, 24 Apr 2007 19:16:38 -0500 (CDT)
From: Luc Teirlinck <teirllm@dms.auburn.edu>
To: rms@gnu.org
CC: emacs-pretest-bug@gnu.org, M.P.Hodges@rl.ac.uk
In-reply-to: <E1HgSg7-0003Nr-9o@fencepost.gnu.org> (message from Richard
	Stallman on Tue, 24 Apr 2007 17:36:03 -0400)
Subject: Re: patch for locate.el when called with prefix arg

Maybe the following slightly different patch is better.  Only two
words difference woth the original: GNU locate is referred to as a
"program" rather than as a command, to distinguish it from the Emacs
command `locate' mentioned later and `locate-in-alternate-database'
is now referred to as a "command" rather than function.

===File ~/locate-diff=======================================
*** locate.el	23 Apr 2007 18:54:38 -0500	1.44
- --- locate.el	24 Apr 2007 19:09:37 -0500	
***************
*** 669,675 ****
  
  ;; Only for GNU locate
  (defun locate-in-alternate-database  (search-string database)
!   "Run the GNU locate command, using an alternate database."
    (interactive
        (list
         (progn
- --- 669,680 ----
  
  ;; Only for GNU locate
  (defun locate-in-alternate-database  (search-string database)
!   "Run the GNU locate program, using an alternate database.
! 
! This command only works if you use GNU locate.  It does not work
! properly if `locate-prompt-for-command' is set to t.  In that
! case, you can just run the regular `locate' command and specify
! the database on the command line."
    (interactive
        (list
         (progn
============================================================
------- End of forwarded message -------

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

end of thread, other threads:[~2007-04-29 21:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-25 14:52 [teirllm@dms.auburn.edu: Re: patch for locate.el when called with prefix arg] Richard Stallman
2007-04-26  3:41 ` Glenn Morris
2007-04-28 19:32   ` Luc Teirlinck
2007-04-28 19:42     ` Glenn Morris
2007-04-29 21:41       ` 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).