[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: beginner emacs question regarding M-<
From: |
weber |
Subject: |
Re: beginner emacs question regarding M-< |
Date: |
Wed, 12 Sep 2007 09:38:49 -0700 |
User-agent: |
G2/1.0 |
On Sep 12, 11:58 am, dafshart...@yahoo.com wrote:
> All,
> I was using M-< to go to the beginning of a file, but now it
> apparently doesn't work. A pop-up came up and had information about
> mouse and keyboard configuration. Now when I try to invoke M-< I
> get:
>
> No M-x tags-search or M-x tags-query-replace in progress
>
> Did I inadvertently change how it works? If so, how to get it back?
>
> Thanks!
> David
Maybe. You can check typing:
C-h k
and then the key sequence you want to "investigate".
It should be returning something like this:
M-< runs the command beginning-of-buffer ...
Check to see if you messed it up.
Cheers,
weber