David Hansen wrote: > On Thu, 21 Apr 2005 21:17:10 +0200 JS wrote: > >> M-; (Holding down my Alt key and ";") >> >> I get this error: >> >> No M-x tags-search or M-x tags-query-replace in progress > > Hmm... What says C-h k M-; ? > > David
I have just tried C-h k M-; and it gives me: M-, runs the command tags-loop-continue which is an interactive compiled Lisp function in `etags'. (tags-loop-continue &optional FIRST-TIME) Continue last M-x tags-search or M-x tags-query-replace command. Used noninteractively with non-nil argument to begin such a command (the argument is passed to `next-file', which see). Two variables control the processing we do on each file: the value of `tags-loop-scan' is a form to be executed on each file to see if it is interesting (it returns non-nil if so) and `tags-loop-operate' is a form to evaluate to operate on an interesting file. If the latter evaluates to nil, we exit; otherwise we scan the next file. -------------------- On my keyboard I get ";" by pressing Shift-, If I try to press M-shift-, nothing happens. So I guess the problem is that I can only get ";" if I press Shift at the same time. _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs