From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix imenu bug with shared list structure Date: Thu, 25 Sep 2008 18:14:43 -0400 Organization: Merrill Press Message-ID: <200809251814.44234.danc@merrillpress.com> References: <200809251653.01990.danc@merrillpress.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222380912 7298 80.91.229.12 (25 Sep 2008 22:15:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 22:15:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 26 00:16:10 2008 connect(): Connection refused 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 1Kiz7w-0003zn-Fy for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2008 00:16:01 +0200 Original-Received: from localhost ([127.0.0.1]:55164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kiz6t-0007rc-Gh for ged-emacs-devel@m.gmane.org; Thu, 25 Sep 2008 18:14:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kiz6o-0007rV-Ro for emacs-devel@gnu.org; Thu, 25 Sep 2008 18:14:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kiz6m-0007rI-9O for emacs-devel@gnu.org; Thu, 25 Sep 2008 18:14:49 -0400 Original-Received: from [199.232.76.173] (port=33193 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kiz6m-0007rF-47 for emacs-devel@gnu.org; Thu, 25 Sep 2008 18:14:48 -0400 Original-Received: from vpn.merrillpress.com ([64.61.107.78]:43130) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kiz6m-0005Ng-2s for emacs-devel@gnu.org; Thu, 25 Sep 2008 18:14:48 -0400 Original-Received: from pluto.merrillpress.net ([10.136.5.5]) by mars.merrillpress.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Kiz6j-0006ez-Ik; Thu, 25 Sep 2008 18:14:45 -0400 User-Agent: KMail/1.9.9 In-Reply-To: X-Face: 9VC; >}hM+`K4j{H4n=pq/!61'7Rt"vEaPUdCwpS'=; @B7Ll,~Q.xb(|A>; 8M[\UzKQi{>=?utf-8?q?Q=0A=09Iptc6NY=5CM?=(0<{W?ob}e/91Y!k|XE:2SA2LU"cni>=?utf-8?q?=23Dmw4siEWG7=7CL9zkOZ=5C=5BnQPe9=5BPG=7Cs=0A=09P2n=5FjW=5CTzsG?= =?utf-8?q?2N1Z0q=3AE=23NmWU=7E0i=5DJE?=)gqB|4{jCjolaX6)KO[@k\:>01.58.Pk5Nb\5s" =?utf-8?q?=3A=0A=09R?=,Q78_s; 6+vLj\V1y(`]\G3("(Y!G^79x}q[4L8w[.qEs|+ZN0R`Hk,> =?utf-8?q?y=3Bd7!SFx=25M2M39=0A=09y=5B/Kc!p!=3A=2EE3Zx=27?=)v*l6IlR Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104162 Archived-At: On Thursday 25 September 2008, Stefan Monnier wrote: > Just a note about top-level comments: they should use ";;" rather than > ";;;" because ";;;" is used for sectioning. Lots of places use ";;;" > for historical reasons, but when you come across them, please change > them rather than imitate them. Users of outline-minor-mode will be > thankful, Should I fix all of imenu.el and which-func.el?