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

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

[debbugs-tracker] bug#15383: closed (universal-argument-num-events is vo


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15383: closed (universal-argument-num-events is void)
Date: Tue, 08 Oct 2013 23:30:06 +0000

Your message dated Wed, 09 Oct 2013 02:29:15 +0300
with message-id <address@hidden>
and subject line Re: bug#15200: isearch-other-meta-char and shift
has caused the debbugs.gnu.org bug report #15200,
regarding universal-argument-num-events is void
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15200: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15200
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: universal-argument-num-events is void Date: Sun, 15 Sep 2013 12:12:41 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)
Typing `C-s C-u C-l' reports the error:

  Symbol's value as variable is void: universal-argument-num-events

I wonder how it's possible to fix `isearch-other-meta-char'
to not use the removed `universal-argument-num-events'?

Just removing `universal-argument-num-events' causes other errors.

Interestingly, removing it from `isearch-mode-keep-pred'
(a replacement of `isearch-other-meta-char' that
I'm writing in bug#15200) causes no errors, but currently
`isearch-mode-keep-pred' has other problems, e.g.
`C-s C-l' exits Isearch, but `C-s C-u C-l' doesn't
(it should).  I'm looking for a fix.



--- End Message ---
--- Begin Message --- Subject: Re: bug#15200: isearch-other-meta-char and shift Date: Wed, 09 Oct 2013 02:29:15 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)
>> (lookup-key isearch-mode-map (kbd "C-u C-l")) => 1
>> (lookup-key isearch-mode-map (kbd "C-u C-w")) => 1
>
>> both return 1.
>
> OK, don't worry about that: the fix needs to be elsewhere (I happen to
> have a work-in-progress patch which fixes that problem).
>
> So, I think you can go ahead and install your patch.
> And please make a bug-report for the C-u C-w problem, so we don't forget
> about it.

I installed the patch (with a FIXME comment) and reported a new bug#15568.


--- End Message ---

reply via email to

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