From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: C-a marks whole buffer instead of moving to beginning of line Date: Fri, 20 Nov 2009 08:58:32 +0100 Message-ID: <3465C3B6-D7DD-414E-97CD-FD8AD53C319F@gmail.com> References: <4B055A14.6070205@diplan.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBPKH-00061z-8Q for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBPKC-0005z1-DG for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:44 -0500 Received: from [199.232.76.173] (port=58815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBPKC-0005yl-8U for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:40 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:60290) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBPKB-0005x3-RY for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 03:58:40 -0500 Received: by mail-fx0-f225.google.com with SMTP id 25so3573542fxm.26 for ; Fri, 20 Nov 2009 00:58:39 -0800 (PST) In-Reply-To: <4B055A14.6070205@diplan.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Nov 19, 2009, at 3:45 PM, Rainer Stengele wrote: > 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? Hi Rainer clear out your .emacs file and add stuff back in until the problem appears. If your .emacs file is big, do the adding/removing in a bisecting way. If it gets frustrating, see it as an opportunity toe clean up this file :-) HTH - Carsten > > 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 >> > - Carsten