From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: PATCH: Fix IDO interaction with uniquify.el Date: Mon, 18 Jan 2010 10:44:13 -0500 Message-ID: <87d417h0z6.fsf@stupidchicken.com> References: <87k4vf1zdh.fsf@telefonica.net> <87d4171oy1.fsf@telefonica.net> <87636z1nm7.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263829478 26638 80.91.229.12 (18 Jan 2010 15:44:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2010 15:44:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 16:44:30 2010 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 1NWtmH-0006br-OC for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 16:44:30 +0100 Original-Received: from localhost ([127.0.0.1]:43639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWtmH-00037n-Og for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2010 10:44:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWtmA-00037U-Uw for emacs-devel@gnu.org; Mon, 18 Jan 2010 10:44:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWtm4-000371-U5 for emacs-devel@gnu.org; Mon, 18 Jan 2010 10:44:21 -0500 Original-Received: from [199.232.76.173] (port=60071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWtm4-00036y-LF for emacs-devel@gnu.org; Mon, 18 Jan 2010 10:44:16 -0500 Original-Received: from pantheon-po43.its.yale.edu ([130.132.50.104]:57323) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWtm4-00064S-0j for emacs-devel@gnu.org; Mon, 18 Jan 2010 10:44:16 -0500 Original-Received: from furry (adsl-99-58-201-143.dsl.wlfrct.sbcglobal.net [99.58.201.143]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0IFiEoq022051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Jan 2010 10:44:14 -0500 Original-Received: by furry (Postfix, from userid 1000) id C13CAC05D; Mon, 18 Jan 2010 08:44:13 -0700 (MST) In-Reply-To: <87636z1nm7.fsf@telefonica.net> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Mon, 18 Jan 2010 15:41:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:120208 Archived-At: =C3=93scar Fuentes writes: > +(defun ido-kill-buffer-internal (buf) > + "Actually kill the buffer and check if it is needed to rebuild > +the list of known buffers." The docstring does not follow conventions. The first line should be a single sentence. Something like this should suffice "Kill buffer BUF and and rebuild ido's buffer list if needed."