From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maria Shinoto Subject: Re: Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs Date: Sun, 14 Aug 2016 17:09:35 +0900 Message-ID: References: <33021952-1F70-4332-97E6-26B2BDE7A365@axelkielhorn.de> <5d488e9d-6bb5-9432-3976-faa60e0cfb1e@shinoto.de> <00208c4f-9519-2983-788d-c5af378e4ed6@shinoto.de> <9c09fe08-a7c6-d224-33df-b295796a4970@shinoto.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYqUL-0006nq-9v for emacs-orgmode@gnu.org; Sun, 14 Aug 2016 04:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYqUH-0007lJ-2a for emacs-orgmode@gnu.org; Sun, 14 Aug 2016 04:09:44 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:59695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYqUG-0007kz-OS for emacs-orgmode@gnu.org; Sun, 14 Aug 2016 04:09:41 -0400 Received: from Marias-iMac.local ([211.19.250.68]) by mrelayeu.kundenserver.de (mreue101) with ESMTPSA (Nemesis) id 0MK2AX-1baDOo0rXp-001PxH for ; Sun, 14 Aug 2016 10:09:39 +0200 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Axel, o yes! I made a mistake in my test file on the Macbook. Now, with the list as a real list, the setup on my Macbook works great. So, the problem is definitely the emacs/org-mode set up on my iMac, the list file there was OK. I will now re-install the whole emacs application and try to keep everything clean. Then I will test exactly the same way like on the Macbook and write again on this list, whether it worked. Best and thanks a lot, Maria Am 14.08.16 um 16:46 schrieb Axel Kielhorn: > >> Am 14.08.2016 um 08:55 schrieb Maria Shinoto : >> >> Now, I will explain the behaviour on my Macbook. >> >> My test buffer (file, in org mode) looks like this: >> >> ***** >> * A test todo [/] >> [X] checkbox >> [ ] another checkbox >> ***** >> >> Two things I observe: >> >> **1** As far as I understand, the counter in the headline should update with C-c C-c. Instead, I am asked to enter a tag, and this tag will then be set. > > You have to be on the [/]. > If you are anywhere else on the line the default behavior is indeed to set a tag. > >> >> **2** When I try C-c C-c with the cursor on the checkbox line, it should change the state of the line and that of the counter -- if I understand correctly. But I get another message "C-c C-c can do nothing useful at this location.“ > > Right, because you are not in a list, use: > > ***** > * A test todo [/] > - [X] checkbox > - [ ] another checkbox > ***** > > BTW, you should get exactly the same behavior in the shell. > > In case you want to use the same Emacs in the shell and in GUI, add > > /Applications/Emacs\ 24.5.app/Contents/MacOS/ > ^^^^^^^^^^^^^^^ adjust as appropriate > > to your PATH. > > Axel > — > And again we see the usefulness of the ECM, long live the ECM. > >