From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: C-a marks whole buffer instead of moving to beginning of line Date: Thu, 19 Nov 2009 15:45:40 +0100 Message-ID: <4B055A14.6070205@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB8Gs-0006Ek-9C for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 09:46:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB8Gm-00067C-Qu for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 09:46:04 -0500 Received: from [199.232.76.173] (port=50161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB8Gm-00066V-Jh for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 09:46:00 -0500 Received: from ns.diplan.de ([212.34.188.4]:42349 helo=mail.diplan.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB8Gl-0005HO-Tg for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 09:46:00 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org I get: C-a runs the command mark-whole-buffer, which is an interactive compiled Lisp function in `simple.el'. It is bound to C-a, C-x h, . (mark-whole-buffer) Put point at beginning and mark at end of buffer. You probably should not use this function in Lisp programs; it is usually a mistake for a Lisp function to use any subroutine that uses or sets the mark. I can't seem to find the beast. I already switched off cua mode. How can I find where this setting is done? Thanks, Rainer Carsten Dominik schrieb: > > On Nov 18, 2009, at 5:30 PM, Rainer Stengele wrote: > >> I have >> >> Org Special Ctrl A/E: Hide Value Value Menu reversed: true line >> boundary first >> >> Emacs still marks the whole buffer with C-a instead of setting point >> to begin of line. > > What does `C-h k C-a' give you? > > I guess the culprit must be something like pc-select or cua-mode > or similar, because C-a on windows is supposed to select the buffer. > > - Carsten > >> >> C-e works as expected. >> Where is emacs overriding my C-a setting? I can't find it. >> >> Rainer >> >> >> Org-mode version 6.33trans >> GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-10-14 on >> LENNART-69DE564 (patched) >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >