unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Patch that adds help to isearch
Date: Mon, 28 Nov 2005 08:21:05 +0100	[thread overview]
Message-ID: <438AAFE1.9020109@student.lu.se> (raw)
In-Reply-To: <438A38F2.5010409@student.lu.se>

Lennart Borgman wrote:

>***************
>*** 1081,1091 ****
>  	      ;; The search done message is confusing when the string
>  	      ;; is empty, so erase it.
>  	      (if (equal isearch-string "")
>! 		  (message "")))))
>  
>!     (quit  ; handle abort-recursive-edit
>!      (isearch-abort)  ;; outside of let to restore outside global values
>!      )))
>  
>  (defun isearch-nonincremental-exit-minibuffer ()
>    (interactive)
>--- 1084,1094 ----
>  	      ;; The search done message is confusing when the string
>  	      ;; is empty, so erase it.
>  	      (if (equal isearch-string "")
>! 		  (message ""))))
>  
>!         (quit  ; handle abort-recursive-edit
>!          (isearch-abort)  ;; outside of let to restore outside global values
>!          ))))
>  
>
Oops! There is an ")" too much after quit here.

  reply	other threads:[~2005-11-28  7:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-24 23:02 Patch that adds help to isearch Lennart Borgman
2005-11-26  4:22 ` Richard M. Stallman
2005-11-27 22:53   ` Lennart Borgman
2005-11-28  7:21     ` Lennart Borgman [this message]
2005-11-29  9:04   ` Juri Linkov
2005-11-29 21:47     ` Richard M. Stallman
2005-11-29 22:12       ` Lennart Borgman
2005-11-30  2:48         ` Juri Linkov
  -- strict thread matches above, loose matches on Subject: below --
2005-11-29 10:23 LENNART BORGMAN
2005-11-30  2:47 ` Juri Linkov
2005-11-30  8:24   ` Lennart Borgman
2005-11-30 15:34     ` Juri Linkov
2005-11-30 22:27       ` Lennart Borgman

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=438AAFE1.9020109@student.lu.se \
    --to=lennart.borgman.073@student.lu.se \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /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).