bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#144: marked as done (Regexp I-Search mini-buffer insert register co


From: Emacs bug Tracking System
Subject: bug#144: marked as done (Regexp I-Search mini-buffer insert register contents)
Date: Thu, 24 Jul 2008 10:35:06 -0700

Your message dated Thu, 24 Jul 2008 13:27:52 -0400
with message-id <87fxpzdwfb.fsf@stupidchicken.com>
and subject line Re: Regexp I-Search mini-buffer insert register contents
has caused the Emacs bug report #144,
regarding Regexp I-Search mini-buffer insert register contents
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
144: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=144
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Regexp I-Search mini-buffer insert register contents Date: Mon, 14 Apr 2008 16:49:32 -0400
When attempting to insert the contents of a register to the Regexp
I-Search mini-buffer

C-M-s -->  Regexp I-search: ---> C-x i u

I get this in response:

"progn: Wrong type argument: integer-or-marker-p, nil"

Get the same for vanilla incremental search also.

Not sure if this is a bug but generally i am able to pass registers in
the mini buffer.

-
Using Emacs 22.0.990.1 (i386-mingw-nt5.1.2600)  of 2007-05-23 on
LENNART-69DE564 (patched)




--- End Message ---
--- Begin Message --- Subject: Re: Regexp I-Search mini-buffer insert register contents Date: Thu, 24 Jul 2008 13:27:52 -0400
Stan@SandPframing.com wrote:

> When attempting to insert the contents of a register to the Regexp
> I-Search mini-buffer
>
> C-M-s -->  Regexp I-search: ---> C-x i u
>
> I get this in response:
>
> "progn: Wrong type argument: integer-or-marker-p, nil"
>
> Get the same for vanilla incremental search also.
>
> Not sure if this is a bug but generally i am able to pass registers in
> the mini buffer.

The thing about Isearch is that it doesn't really use a minibuffer, as
you can observe from the fact that the cursor doesn't appear in the echo
area.  So commands like `C-y' and `C-x r i' don't work the same way as
in a minibuffer.

If you want to search using the kill ring or a register, do
`M-x search-forward' or `M-x re-search-forward'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]