unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15383: universal-argument-num-events is void
@ 2013-09-15  9:12 Juri Linkov
  2013-09-15 17:11 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Juri Linkov @ 2013-09-15  9:12 UTC (permalink / raw)
  To: 15383

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.





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

* bug#15383: universal-argument-num-events is void
  2013-09-15  9:12 bug#15383: universal-argument-num-events is void Juri Linkov
@ 2013-09-15 17:11 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2013-09-15 17:11 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 15383

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

I thought you had a patch to isearch that would do just that.

> 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,

So my impression was correct.

> 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).

Let's discuss this in bug#15200 (post your current state of the patch
there).


        Stefan





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

end of thread, other threads:[~2013-09-15 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-15  9:12 bug#15383: universal-argument-num-events is void Juri Linkov
2013-09-15 17:11 ` Stefan Monnier

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).