From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?iso-8859-1?Q?Jo=E3o_T=E1vora?=) Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: trunk r116426: * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers. Date: Mon, 07 Apr 2014 19:34:38 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1396895716 23091 80.91.229.3 (7 Apr 2014 18:35:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2014 18:35:16 +0000 (UTC) To: emacs-devel@gnu.org, help-gnu-emacs@gnu.org, monnier@IRO.UMontreal.CA Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 07 20:35:10 2014 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 1WXENx-0005Yg-Mg for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Apr 2014 20:35:09 +0200 Original-Received: from localhost ([::1]:36129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXENx-0005HZ-Af for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Apr 2014 14:35:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXENh-00057h-7G for help-gnu-emacs@gnu.org; Mon, 07 Apr 2014 14:34:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXENX-0004Sd-NP for help-gnu-emacs@gnu.org; Mon, 07 Apr 2014 14:34:52 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:52056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXENX-0004SI-HC; Mon, 07 Apr 2014 14:34:43 -0400 Original-Received: by mail-wi0-f178.google.com with SMTP id bs8so5596420wib.5 for ; Mon, 07 Apr 2014 11:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=GavVE7+MW3sQSDWfAmUCVsV7xS9RP4zhMmbm2vGUPvM=; b=i2f1/QvN7SKA5Dzi4jxDJqgAylbbNZ4pmUvU9v3jScvnYsKdUUYGFaF4N5uSYRKmpT qfjR951Q6Nk2j9QxBYNION7JodH4K+xEGLuHj1z8Ne3MFSx100WUsKsdTihMnvp3NYpM vWLjTe8gk4hNCUoSCn5pmEXMX3LK41yut3u3bvxCemmTv8s4EDjACwMf83oRQ0OUEuy1 UWVXpqeI9oc6DbektaIa7ygm8Kwy9jzzG6jfNLbtBgfzaWBURFzn9ccQ0z/V1AeWkTqK lnuJoE6EYqQXbWTW32NKNDhR6Vqrhc8Qb2z+aoAlr9ZF119TICpI9u7IhSDhOcIujiqW jHGw== X-Received: by 10.194.81.98 with SMTP id z2mr44165765wjx.12.1396895682463; Mon, 07 Apr 2014 11:34:42 -0700 (PDT) Original-Received: from BELMONTE.yourcompany.com (a81-84-241-129.static.cpe.netcabo.pt. [81.84.241.129]) by mx.google.com with ESMTPSA id hi1sm27666838wjb.17.2014.04.07.11.34.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Apr 2014 11:34:41 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:97031 gmane.emacs.devel:171327 Archived-At: Hi, I just read http://demonastery.org/2013/04/emacs-narrow-to-region-indirect/ which is a great demonstration of the utility of combining two existing emacs core features: region-narrowing and indirect buffers. In the comments, it goes on to suggest (as does the screen-shot) that this could be a good replacement for the multiple-major-mode holy grail. Someone here also asked about some kind of mini-editing-windows after Adobe Brackets and I also think this could be a good alternative. Problem is, that when I to switch modes in an indirect buffer, I get this: "Not enabling jit-lock: it does not work in indirect buffer" Then, no fontification and subsequent disappointment. I don't know anything about fontification techniques, so I don't even know if the question makes sense, but isn't there a way to get fontification (even if slower than jit-lock-mode) in the indirect buffer, and keep the base buffer jit-locked? Jo=E3o