From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: moreno.cavallaro@gmail.com Newsgroups: gmane.emacs.help Subject: Re: End and beginning of buffer Date: Fri, 4 Sep 2015 01:24:59 -0700 (PDT) Message-ID: <5a56ee80-9a15-4673-8e15-ba677fcefb21@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1441375450 19282 80.91.229.3 (4 Sep 2015 14:04:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2015 14:04:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 04 16:04:10 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZXrb6-0001Vl-0v for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Sep 2015 16:04:08 +0200 Original-Received: from localhost ([::1]:59398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrb5-0006kc-Fy for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Sep 2015 10:04:07 -0400 X-Received: by 10.129.78.85 with SMTP id c82mr2493197ywb.9.1441355100303; Fri, 04 Sep 2015 01:25:00 -0700 (PDT) X-Received: by 10.50.66.205 with SMTP id h13mr32637igt.10.1441355100271; Fri, 04 Sep 2015 01:25:00 -0700 (PDT) Original-Path: usenet.stanford.edu!v79no621367qge.0!news-out.google.com!nt1ni593igb.0!nntp.google.com!kq10no248744igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=151.49.52.147; posting-account=pVgm8woAAABJebWAhDKMbB0tSbU2sWU5 Original-NNTP-Posting-Host: 151.49.52.147 User-Agent: G2/1.0 Injection-Date: Fri, 04 Sep 2015 08:25:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214738 X-Mailman-Approved-At: Fri, 04 Sep 2015 10:03:56 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107025 Archived-At: On Thursday, September 3, 2015 at 11:37:44 PM UTC+2, javax...@gmail.com wrote: > Hi all. > I don't know if it is me (probably), but I can't have the key binding M-> and M-< working on my pc (OS is Ubuntu 14.04, and Emacs version is 24.3.1). > Expected behaviour is reaching the end and the beginning of a buffer, but instead I get the following messages, respectively: > - Find tag: > - No M-x tags-search or M-x tags-query-replace in progress > Any idea why? > Thanks. > (P.S. All (at least the ones I tried) other combination with Meta key are working flawlessly) Thank you all for the replies. I forgot to mention that my emacs was not a plain vanilla. I had installed, following a tutorial, git clone https://github.com/flyingmachine/emacs-for-clojure.git ~/.emacs.d, but I highly doubt that was causing the problem. This said I did a reinstallation and magically everything is working now....I am pretty sure that I guiltily messed up something in my previous installation. Thanks again. Cheers.