From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG Date: Thu, 11 Jun 2015 00:45:28 +0300 Message-ID: <5578AFF8.7040109@yandex.ru> References: <20150608220845.10141.75038@vcs.savannah.gnu.org> <55768FD6.30803@yandex.ru> <87y4jtp72n.fsf@members.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433972758 7241 80.91.229.3 (10 Jun 2015 21:45:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2015 21:45:58 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Nicolas Richard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 10 23:45:53 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 1Z2nol-0008Cp-AI for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2015 23:45:51 +0200 Original-Received: from localhost ([::1]:42454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2nok-0000P9-N5 for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2015 17:45:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2nod-0000Ow-Ot for emacs-devel@gnu.org; Wed, 10 Jun 2015 17:45:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2noa-00044f-Ir for emacs-devel@gnu.org; Wed, 10 Jun 2015 17:45:43 -0400 Original-Received: from mail-wg0-x243.google.com ([2a00:1450:400c:c00::243]:32928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2noa-0003wI-Cj for emacs-devel@gnu.org; Wed, 10 Jun 2015 17:45:40 -0400 Original-Received: by wggy19 with SMTP id y19so9408373wgg.0 for ; Wed, 10 Jun 2015 14:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=P3KjtNSULzqs1yMwp13seKgRKeqUKA65x8fR2K2B8Rg=; b=J/bxRN3w9jyEAWQFh33WR3X5X1kSv5yFaVqbSpkOCXLu3wWstAJzAiSi4hEaRGhvMS 7FDWcWV4dvnjsTKVUcg4BuCpODxKKqeY1DRSZarUo+ZbbyisexvAw7TLXuo5XiAmHC3U oIy/b8zysbOCQacfS3uMBPOQ57iqBfxvcRsJj29/6HYYfRLAMN1cbax5Jg7EeFLU5Bjo jUQxMEjSRPRGp9Zp8/TTwe5F2WapJZpjDWIJroQyPEDVUXy+aAy2cvvBvTm/Jed93SV9 3fqu6brdT0wW07IdVjH/BflP4vaGbk39G4IKma7h2eyxkFLxXU5ROru6V7z0amfXoSZ1 B0/g== X-Received: by 10.194.95.41 with SMTP id dh9mr10124769wjb.55.1433972730530; Wed, 10 Jun 2015 14:45:30 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id m2sm9824622wiy.7.2015.06.10.14.45.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 14:45:30 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <87y4jtp72n.fsf@members.fsf.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::243 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:187150 Archived-At: On 06/09/2015 12:25 PM, Nicolas Richard wrote: > I could suggest : > --8<---------------cut here---------------start------------->8--- > --- a/src/syntax.c > +++ b/src/syntax.c > @@ -3013,7 +3013,7 @@ but before count is used up, nil is returned. */) > DEFUN ("backward-prefix-chars", Fbackward_prefix_chars, Sbackward_prefix_chars, > 0, 0, 0, > doc: /* Move point backward over any number of chars with prefix syntax. > -This includes chars with "quote" or "prefix" syntax (' or p). */) > +This includes chars with "quote" syntax class (') or "prefix" syntax flag (p). */) > (void) > { > ptrdiff_t beg = BEGV; > --8<---------------cut here---------------end--------------->8--- > > Is it any better ? 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.