From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: movement bindings in c-mode Date: Mon, 23 Jun 2008 20:36:14 +0200 Organization: disorganized Message-ID: <87zlpc6lsx.fsf@localhorst.mine.nu> References: <20080623141334.GA7132@muc.de> <877icgz1hn.fsf@catnip.gol.com> <20080623170553.GC7132@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214246318 9969 80.91.229.12 (23 Jun 2008 18:38:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2008 18:38:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 20:39:23 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 1KAqwf-0003dc-GF for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 20:39:17 +0200 Original-Received: from localhost ([127.0.0.1]:51736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAqvq-0002sW-Bx for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 14:38:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAqvl-0002rh-IB for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:38:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAqvk-0002qZ-0z for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:38:21 -0400 Original-Received: from [199.232.76.173] (port=46874 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAqvj-0002qS-OL for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:38:19 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:34825 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KAqvj-0005Wt-5u for emacs-devel@gnu.org; Mon, 23 Jun 2008 14:38:19 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KAqvg-0000NY-Ej for emacs-devel@gnu.org; Mon, 23 Jun 2008 18:38:16 +0000 Original-Received: from e178023067.adsl.alicedsl.de ([85.178.23.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jun 2008 18:38:16 +0000 Original-Received: from david.hansen by e178023067.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jun 2008 18:38:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178023067.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:H/3rUdhbgUIQSAw59DWzmEJNajY= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99799 Archived-At: 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. But if you want to edit something it's far more likely that it is within the body, e.g. adding a variable, than the header. David