From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Strange behavior of C-RET and C-S-RET Date: Mon, 27 Oct 2008 21:13:44 -0400 Message-ID: <87wsfty113.fsf@gollum.intra.norang.ca> References: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kud9i-0006xK-RO for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 21:13:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kud9i-0006x4-AY for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 21:13:58 -0400 Received: from [199.232.76.173] (port=60069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kud9i-0006x1-6Q for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 21:13:58 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:64873) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kud9i-00009s-0h for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 21:13:58 -0400 In-Reply-To: (Carsten Dominik's message of "Mon\, 27 Oct 2008 22\:43\:03 +0100") 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 can't reproduce this either. -Bernt Carsten Dominik writes: > Hi, > > I cannot reproduce this problem. Can anyone else? > > - Carsten > > On Oct 27, 2008, at 6:50 PM, Sergey A. wrote: > >> Hello. >> >> Firstly, thanks for org-mode! This mode is awesome! >> >> I think I've found a bug (but this bug is of little importance). >> >> For example, I have the following folded headline: >> >> *[*]* Read books... >> >> where [] indicates where cursor is. In this case the cursor is over >> the second asterisk (this note is important). >> >> If I want to create another headline which is of the same level as the >> current one I should press C-. >> >> Here is what happens when I do that: >> >> *** Read books >> ... >> *** [] >> >> Content of the "Read books" headline isn't losed, but wrong position >> of "..." confuses me (and maybe forces some users to think that the >> content was losed). >> >> The same happens when using C-S- instead of C-. >> >> I use org-mode 6.10c, coming with the latest emacs from CVS. >> >> Here is part of my config file related to org-mode: >> >> ;; The following lines are always needed. Choose your own keys. >> (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) >> (global-set-key "\C-cl" 'org-store-link) >> (global-set-key "\C-ca" 'org-agenda) >> (global-set-key "\C-cb" 'org-iswitchb) >> >> (add-hook 'org-mode-hook 'turn-on-font-lock) ; Org buffers only >> >> (setq org-special-ctrl-a/e t) >> (setq org-hide-leading-stars t) >> (setq org-odd-levels-only t) >> (setq org-cycle-separator-lines 1) >> (setq org-goto-auto-isearch nil) >> >> -- >> Sergey A. >> >> >> _______________________________________________ >> 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 > > > > _______________________________________________ > 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