From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG Date: Thu, 11 Jun 2015 11:50:22 +0200 Message-ID: <87bngmpo9t.fsf@members.fsf.org> References: <20150608220845.10141.75038@vcs.savannah.gnu.org> <55768FD6.30803@yandex.ru> <87y4jtp72n.fsf@members.fsf.org> <5578AFF8.7040109@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434016389 27592 80.91.229.3 (11 Jun 2015 09:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2015 09:53:09 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 11 11:52:59 2015 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 1Z2zAR-0000cs-4F for ged-emacs-devel@m.gmane.org; Thu, 11 Jun 2015 11:52:59 +0200 Original-Received: from localhost ([::1]:44004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2zAQ-0006Yx-Gk for ged-emacs-devel@m.gmane.org; Thu, 11 Jun 2015 05:52:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2zAM-0006Yg-OX for emacs-devel@gnu.org; Thu, 11 Jun 2015 05:52:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2zAJ-0005Ar-HC for emacs-devel@gnu.org; Thu, 11 Jun 2015 05:52:54 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:45275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2zAJ-0005AE-BM for emacs-devel@gnu.org; Thu, 11 Jun 2015 05:52:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am0dAJBZeVWkD4Xx/2dsb2JhbABchEOrQAEBAQEBAQaZagKCBgEBAQEBAYELQQEDAYNdAQEEeRAIAw4TJQ8BBEkTiBoDEtM1AQEIAgEfhhmFKoUGB4QtAQSnDo99JGKDGDwxgkcBAQE Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 11 Jun 2015 11:50:22 +0200 In-Reply-To: <5578AFF8.7040109@yandex.ru> (Dmitry Gutov's message of "Thu, 11 Jun 2015 00:45:28 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:187153 Archived-At: Dmitry Gutov writes: > It is, thanks. Makes one contemplate why we have two different > descriptions of the same function, and how easily they can get out of > sync. Speaking of which, the manual uses "expression prefix" instead of "quote". I'll use that in the docstring too, for consistency. Pushed as ece5691. -- Nico