From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111111: * lisp/net/rcirc.el (rcirc-urls): Update documentation. Date: Wed, 05 Dec 2012 14:30:45 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1354735852 30294 80.91.229.3 (5 Dec 2012 19:30:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2012 19:30:52 +0000 (UTC) Cc: Emacs developers To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 20:31:06 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TgKgQ-0004PZ-BI for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2012 20:31:02 +0100 Original-Received: from localhost ([::1]:49694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKgE-0008Jg-DZ for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2012 14:30:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKgB-0008Ix-Pv for emacs-devel@gnu.org; Wed, 05 Dec 2012 14:30:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgKgA-0001IM-Eh for emacs-devel@gnu.org; Wed, 05 Dec 2012 14:30:47 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKgA-0001IE-9U for emacs-devel@gnu.org; Wed, 05 Dec 2012 14:30:46 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TgKg9-0007uu-FX; Wed, 05 Dec 2012 14:30:45 -0500 X-Spook: industrial intelligence strategic virus enforcers X-Ran: R{")Uk$w@z=02^C_PxDLr^=U^'gnq|%,;()YkqnfyJ$\f,9A>3{B%p\BE9&?QXc>BH='~6 X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155307 Archived-At: Hi, just some minor comments: Deniz Dogan wrote: > (defvar rcirc-urls nil > - "List of urls seen in the current buffer.") > + "List of URLs seen in the current buffer and the position in > +the buffer where the URL starts.") The first line of the doc should be a complete sentence. > +(defun rcirc-condition-filter (condp lst) > + "Given a condition and a list, returns the list with elements > +that do not satisfy the condition removed." Likewise.