From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: [External] : forward-sexp Date: Sun, 13 Aug 2023 09:57:06 +0300 Message-ID: <83il9jctvh.fsf@gnu.org> References: <53741ea9-b3ac-67a6-519f-b8977df30bf9@easy-emacs.de> <878rahibs7.fsf@dataswamp.org> <7935ac68-7b0a-3ea9-b2f3-381b296a9458@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39280"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 13 08:57:38 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qV52f-000A28-Ed for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 13 Aug 2023 08:57:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qV52X-0003gU-AD; Sun, 13 Aug 2023 02:57:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qV52J-0003g6-Iq for help-gnu-emacs@gnu.org; Sun, 13 Aug 2023 02:57:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qV52J-0004X7-AV for help-gnu-emacs@gnu.org; Sun, 13 Aug 2023 02:57:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=XhC+rpouu0UkXK1S984bzvt1dTINFDPJllH+On2OlEU=; b=mmQVXIugHj5aXom967+N As09whQQ81Kd03v2XFl7CAsTmWMH0to81zVrbUIjtQMMlvcyxf50XOlTjlY2glbxPt3E40/xhhVGP jxonynZVI4YRs51GygjfCMdvFCK152asICHrXwwYIqan+iWRAuQhSV1is8r3jGAa0PfgKRXumTWhe lFQV8PCYn6357ooeof2mLPtC5m12UnLlnF3odLcZBHHBsH/UJfefSpZ89pV8LKFhZaOpXwXUwGt4l 7a1OnJBwZdOx3l1TCnNXWp5eu+tvfXs0+OjHUpKgzok+8DKqF1CXsXlAnRpWWYieMNgPWhLx0/J+r HvFrZPavRhOhvw==; In-Reply-To: <7935ac68-7b0a-3ea9-b2f3-381b296a9458@easy-emacs.de> (message from Andreas =?utf-8?Q?R=C3=B6hler?= on Sun, 13 Aug 2023 08:53:41 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144784 Archived-At: > Date: Sun, 13 Aug 2023 08:53:41 +0200 > From: Andreas Röhler > > > While every mode is entitled to design commands at their needs, it > must respect semantic. > > ‘sexp’ is documented as ‘balanced expression’. > > If an expression starts with an [, I'm holding its balancing > counterpart as obvious. No ( or other char may come into scope. But only if [ and ( are treated as a parenthesis by the major mode.