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: XKCD/541 compliance, anyone? Date: Wed, 07 Jan 2015 22:11:05 -0500 Organization: A noiseless patient Spider Message-ID: References: <8761drazec.fsf@wmi.amu.edu.pl> <87k318npmf.fsf@wmi.amu.edu.pl> <877fwyz1ii.fsf@wmi.amu.edu.pl> <87tx02xelk.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420686941 7189 80.91.229.3 (8 Jan 2015 03:15:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2015 03:15:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 08 04:15:36 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 1Y93ZB-0004H2-8C for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2015 04:15:21 +0100 Original-Received: from localhost ([::1]:43844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y93Z9-0004fi-Qi for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jan 2015 22:15:19 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Injection-Info: mx02.eternal-september.org; posting-host="3f483fd546752fcdc48c8745fd193660"; logging-data="12587"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18AK3CpcnsCpKwEWPsuwpGr" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:ZsKbe1j9b6zhTsJLgnOoorh3J+A= sha1:g64TRM/jj9HRjrDqanXQhIyrFsA= Original-Xref: usenet.stanford.edu gnu.emacs.help:209665 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:101943 Archived-At: >>> Do I get it correctly that it's better than my solution (basically, >>> (syntax-propertize (point-max))) >> The problem with your solution is "when?". > Say, in text-mode-hook (or similar)? No, that would be "where". Then "when" is something like "after opening the file", "after every command", "after a buffer modification", ... Stefan