From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#667: mark-defun (C-M-h) Date: Thu, 07 Aug 2008 18:42:32 +0200 Message-ID: <489B25F8.2070201@gmx.at> References: Reply-To: martin rudalics , 667@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218128865 27905 80.91.229.12 (7 Aug 2008 17:07:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2008 17:07:45 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Albert =?UTF-8?Q?Neum=C3=BCller?= , 667@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 19:08:35 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KR8yU-00078W-AB for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 19:08:30 +0200 Original-Received: from localhost ([127.0.0.1]:41889 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR8xY-0001gp-Im for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 13:07:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KR8xT-0001fn-8r for bug-gnu-emacs@gnu.org; Thu, 07 Aug 2008 13:07:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KR8xS-0001ec-Df for bug-gnu-emacs@gnu.org; Thu, 07 Aug 2008 13:07:26 -0400 Original-Received: from [199.232.76.173] (port=59562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR8xS-0001e7-0u for bug-gnu-emacs@gnu.org; Thu, 07 Aug 2008 13:07:26 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:34322) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KR8xR-00057Z-ET for bug-gnu-emacs@gnu.org; Thu, 07 Aug 2008 13:07:25 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m77H7Nux015699; Thu, 7 Aug 2008 10:07:23 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m77Go5XD009428; Thu, 7 Aug 2008 09:50:05 -0700 X-Loop: don@donarmstrong.com Resent-From: martin rudalics Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 07 Aug 2008 16:50:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 667 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 667-submit@emacsbugs.donarmstrong.com id=B667.12181272827581 (code B ref 667); Thu, 07 Aug 2008 16:50:05 +0000 Original-Received: (at 667) by emacsbugs.donarmstrong.com; 7 Aug 2008 16:41:22 +0000 Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m77GfIC5007571 for <667@emacsbugs.donarmstrong.com>; Thu, 7 Aug 2008 09:41:19 -0700 Original-Received: (qmail invoked by alias); 07 Aug 2008 16:41:12 -0000 Original-Received: from 62-47-49-84.adsl.highway.telekom.at (EHLO [62.47.49.84]) [62.47.49.84] by mail.gmx.net (mp055) with SMTP; 07 Aug 2008 18:41:12 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19l14F3pydlT+sIMVGiupGgxN75MTHwVCukTi1639 ZHJir8Jxou7cLe User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 07 Aug 2008 13:07:26 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:19096 Archived-At: > Place point at the beginning of the line "(message ..." > Then try C-M-h. > > (defun inc (i) > "Increment argument I" > (interactive "p") > (message "%d" (+ i 1))) > > The whole defun is not marked. (So I cannot continue and indent it with C-M-\ ) > > Is this a bug? Not really. If you want such behavior you have to toggle `open-paren-in-column-0-is-defun-start' to nil. martin