From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Defining functions on the fly Date: Wed, 17 Jun 2015 10:30:24 -0400 Organization: A noiseless patient Spider Message-ID: References: <557E99BE.2060407@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434551735 30768 80.91.229.3 (17 Jun 2015 14:35:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jun 2015 14:35:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 17 16:35:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Z5EQw-0003gy-FZ for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jun 2015 16:35:18 +0200 Original-Received: from localhost ([::1]:47291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5EQv-00055f-M0 for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jun 2015 10:35:17 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Injection-Info: mx02.eternal-september.org; posting-host="57a6bd8b47e5d85183f0e9788fd6074b"; logging-data="2065"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183TPk/vkRsVU8k78dN09mB" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:n1to/nL2RB7ddIUFGy/4VfZQWsA= sha1:vHde4CvdceHcNIhnSRMY4XV91kI= Original-Xref: usenet.stanford.edu gnu.emacs.help:212719 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105003 Archived-At: > Because these functions depend on grammar of the goal-language. Indeed, that's why forward-sexp is supplemented by forward-sexp-function, making it possible for the major mode to provide an implementation that does a more sophisticated sort of parsing than that supported by plain old syntax-tables. Stefan