From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: C-u usage Date: Tue, 17 Aug 2010 11:51:11 +0200 Message-ID: <87hbitftyo.fsf@member.fsf.org> References: <4C6A554F.4030009@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=39279 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlIpK-0005GO-8B for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 05:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlIpF-0001eG-N9 for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 05:51:26 -0400 Received: from lo.gmane.org ([80.91.229.12]:56638) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlIpF-0001e7-Dx for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 05:51:21 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OlIpE-0005d9-0J for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 11:51:20 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 11:51:19 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 11:51:19 +0200 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: emacs-orgmode@gnu.org Andreas Röhler writes: Hi Andreas, > C-u C-u C-u > > Don't it break common Emacs usage somehow? No, that's the usual way to provide an universal argument (a number) to a command. > The problem arises, as C-h k does not report a > combination starting with C-u... `C-u' is a command by itself: `universal-argument' To get to the "real" function's docs, leave out the C-u (optionally followed by a number) part when typing at the `C-h k' prompt. Bye, Tassilo