From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: at risk Date: Tue, 18 Jun 2013 07:12:45 +0200 Message-ID: <51BFEC4D.7090009@online.de> References: <51BC55FF.1030506@online.de> <51BF2F03.7070600@lanl.gov> <51BF4DBB.1030607@online.de> <51BF6762.2060105@lanl.gov> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371532320 9396 80.91.229.3 (18 Jun 2013 05:12:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 05:12:00 +0000 (UTC) Cc: Emacs developers To: Davis Herring Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 07:12:01 2013 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 1UooD2-0003qp-9d for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 07:12:00 +0200 Original-Received: from localhost ([::1]:37638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UooD1-0001Dv-R8 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 01:11:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UooCy-0001Dq-EA for emacs-devel@gnu.org; Tue, 18 Jun 2013 01:11:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UooCx-0003qF-DT for emacs-devel@gnu.org; Tue, 18 Jun 2013 01:11:56 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:61068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UooCx-0003qB-40 for emacs-devel@gnu.org; Tue, 18 Jun 2013 01:11:55 -0400 Original-Received: from purzel.sitgens (brln-4d0c1500.pool.mediaWays.net [77.12.21.0]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MZfTi-1V2Tk11I8U-00LXhG; Tue, 18 Jun 2013 07:11:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 In-Reply-To: <51BF6762.2060105@lanl.gov> X-Provags-ID: V02:K0:gFx812ii6WZKUSX+u3FtucbT+pImTf8OLnnFA/z/O0n L1OmB7bgaeoHkIjQfLlPQkyZA3lcst3Xyj5/9VnrS5uCA/mpSq 4gWAukauMWCqDOXaCDMkFsBbT4LXEtqGEsdHxIG23phRBixIrq 6gmAfFId1C4MFWPMehl6Hov9xnWTy+1pXjkk6lgmH71HvE8X17 1DxN1TcBeGU6sfT78oudhqVI6/ZShcjdpWlp34kIvt3Dtv4EAa 18Az6HApacfwY0/kimb3xpOzuwMxUUBBPu2zKu6oHrsyS7U8Rv tGgZMJzvw28iw7eW8plknuP5+UqJ1n26GuYDTZdxSyGGxNeT6t 6PU28p2IanI4B8un4nPw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.9 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:160552 Archived-At: Am 17.06.2013 21:45, schrieb Davis Herring: >> If a major-mode sets this for some purpose - how to exclude the Emacs >> core, who uses this and should proceed the common way, not as set lately? > > Use `scan-sexps', which is the majority of the default implementation of > `forward-sexp', instead?# Right, for example. For sure: forward-sexp is nicely designed as a command to tweak by users, that's a kind of stuff I like at Emacs. Just avoid turning it into a bug-source, don't build in forward-sexp in Emacs Lisp core programs, as this answer indicates: http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-06/msg00338.html Andreas > > Davis >