From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: forward-sexp when on a floating point number Date: Tue, 12 Jan 2016 15:41:39 +0100 Message-ID: <8760yy507w.fsf@gmail.com> References: <87y4bvf59p.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452611488 2513 80.91.229.3 (12 Jan 2016 15:11:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2016 15:11:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 16:11:16 2016 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 1aJ0bK-0002Ll-N6 for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2016 16:11:14 +0100 Original-Received: from localhost ([::1]:60837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ0bJ-0007N7-N2 for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2016 10:11:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ0bF-0007Jn-Ey for emacs-devel@gnu.org; Tue, 12 Jan 2016 10:11:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ0bC-0002uh-Pc for emacs-devel@gnu.org; Tue, 12 Jan 2016 10:11:09 -0500 Original-Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:37124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ0bC-0002ub-Ir for emacs-devel@gnu.org; Tue, 12 Jan 2016 10:11:06 -0500 Original-Received: by mail-wm0-x235.google.com with SMTP id f206so325266450wmf.0 for ; Tue, 12 Jan 2016 07:11:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=4CwWHKA0yoEFIJJrzJsdCPIR3n7zA6Tep5p3H7fODuc=; b=jQaC4Y9lL9z8dVaaEQIro4ID+UlNWP637D+ioBpAe/GkM0jDjE9ko11UuyUW7EtKF7 +1ug0Bu4wSJvhZFBQtXwyrhk6xzBeT2aAXqnABVkuL4m3Y6vQyB+y8mX/+HhzfXLKTSd FCfqAdCvWVf0tfn+I58s038BwU46eFwiCA167oBdm+7Ro3caiDq+HmELPPN8WHWqIAHo mzwYqOFDTElQSatxKf9gJoo3ozMHhLNF6G9bYzQS9lONDRubK0mt43op0njQ7/bSdpMl k9HFjiDN06wpRKdH9eRCNnpVG3cPXeJVUyC73kpWz2eFfzd4pHXR0EMeniHau9BhOeq2 BYCQ== X-Received: by 10.28.221.215 with SMTP id u206mr21121978wmg.58.1452609699686; Tue, 12 Jan 2016 06:41:39 -0800 (PST) Original-Received: from firefly ([91.219.111.102]) by smtp.gmail.com with ESMTPSA id di8sm15645974wjc.34.2016.01.12.06.41.38 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 12 Jan 2016 06:41:38 -0800 (PST) In-Reply-To: (Andreas Schwab's message of "Tue, 12 Jan 2016 15:20:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::235 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:198077 Archived-At: Andreas Schwab writes: >> (skip-chars-forward "[0-9]"))) > > You don't want to skip over [ and ]. You're right, of course. That was just the initial sketch I wrote today. For exactly this reason I'd like to see this functionality in the core - it's tricky to have many people implement their own version of this.