From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: new *Help* argument highlighting Date: 17 May 2004 16:46:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040512133037.FB60.JMBARRANQUERO@wke.es> <200405121301.WAA11314@etlken.m17n.org> <20040512150550.FB66.JMBARRANQUERO@wke.es> <20040512140625.GA20095@fencepost> <20040512221825.GA30731@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084806753 27879 80.91.224.253 (17 May 2004 15:12:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 15:12:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 17 17:12:17 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPjmq-0001hy-00 for ; Mon, 17 May 2004 17:12:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPjmq-0005eW-00 for ; Mon, 17 May 2004 17:12:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPjZp-0007dl-JT for emacs-devel@quimby.gnus.org; Mon, 17 May 2004 10:58:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPjXP-0007DY-TE for emacs-devel@gnu.org; Mon, 17 May 2004 10:56:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPjWs-00078d-6s for emacs-devel@gnu.org; Mon, 17 May 2004 10:56:18 -0400 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1BPjNz-00065n-1n for emacs-devel@gnu.org; Mon, 17 May 2004 10:46:36 -0400 Original-Received: (qmail 1651 invoked from network); 17 May 2004 14:46:31 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 17 May 2004 14:46:31 -0000 Original-To: Miles Bader In-Reply-To: <20040512221825.GA30731@fencepost> Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23582 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23582 Miles Bader writes: > On Wed, May 12, 2004 at 03:09:26PM +0200, Kim F. Storm wrote: > > > > > So only the meaningful "fix" > > > > > for fill is to make it recognize the emacs-lisp docstrings > > > > > and keep the first line untouched. > > > > > > It already does that. > > > > Also in DEFUN:s in C code ? > > Not to the best of my knowledge. > > But it hardly makes a difference -- the first line of doc: comments in C-code > DEFUNs are typically indented so much that they usually _already_ go way past > the left margin. Yes, they often go past right margin when you edit the C file, but IMO filling should try to fill the doc string so that the first line looks sane when the user views it with e.g C-h C-f. That means that in c code, filling should really ignore \s*doc:\s*" at the beginning of the line. -- Kim F. Storm http://www.cua.dk