From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: movement bindings in c-mode Date: Fri, 27 Jun 2008 21:50:42 +0000 Message-ID: <20080627215041.GC3809@muc.de> References: <20080623141334.GA7132@muc.de> <877icgz1hn.fsf@catnip.gol.com> <20080623170553.GC7132@muc.de> <87zlpc6lsx.fsf@localhorst.mine.nu> <485FEE22.60801@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214602013 14639 80.91.229.12 (27 Jun 2008 21:26:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2008 21:26:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 27 23:27:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KCLTg-0005ot-Al for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 23:27:32 +0200 Original-Received: from localhost ([127.0.0.1]:33996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCLSq-0000cS-AL for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 17:26:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCLSl-0000cH-MA for emacs-devel@gnu.org; Fri, 27 Jun 2008 17:26:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCLSk-0000bV-1g for emacs-devel@gnu.org; Fri, 27 Jun 2008 17:26:34 -0400 Original-Received: from [199.232.76.173] (port=54280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCLSj-0000bJ-QX for emacs-devel@gnu.org; Fri, 27 Jun 2008 17:26:33 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:1838 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KCLSj-00056D-P2 for emacs-devel@gnu.org; Fri, 27 Jun 2008 17:26:34 -0400 Original-Received: (qmail 71659 invoked by uid 3782); 27 Jun 2008 21:26:31 -0000 Original-Received: from acm.muc.de (pD9E51C21.dip.t-dialin.net [217.229.28.33]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Fri, 27 Jun 2008 23:26:29 +0200 Original-Received: (qmail 4053 invoked by uid 1000); 27 Jun 2008 21:50:42 -0000 Content-Disposition: inline In-Reply-To: <485FEE22.60801@gmail.com> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100073 Archived-At: On Mon, Jun 23, 2008 at 08:40:34PM +0200, Lennart Borgman (gmail) wrote: > David Hansen wrote: > >On Mon, 23 Jun 2008 17:05:53 +0000 Alan Mackenzie wrote: > >>Just one small point, though. The doc-string for > >>beginning-of-defun-function recommends putting point at the { rather > >>than the function header. I think this is unright. Stefan? > >Actually I would prefer to have it in front of the `{'. If you just > >want to read something around the b-o-d it doesn't matter. > Does narrow-to-defun use beginning-of-defun-function? Yes. Try C-x n d in a CC Mode mode file. -- Alan Mackenzie (Nuremberg, Germany).