From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: Re: trunk r116426: * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers. Date: Mon, 07 Apr 2014 21:48:26 +0100 Message-ID: <8761mk50it.fsf@kitaj.lan> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396903742 22942 80.91.229.3 (7 Apr 2014 20:49:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2014 20:49:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Glenn Morris Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 07 22:48:57 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 1WXGTO-0005VW-B6 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Apr 2014 22:48:54 +0200 Original-Received: from localhost ([::1]:36681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXGTO-00054B-0m for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Apr 2014 16:48:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXGT7-000543-Nu for help-gnu-emacs@gnu.org; Mon, 07 Apr 2014 16:48:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXGT2-0004Yl-91 for help-gnu-emacs@gnu.org; Mon, 07 Apr 2014 16:48:37 -0400 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:46604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXGT2-0004Ye-1l; Mon, 07 Apr 2014 16:48:32 -0400 Original-Received: by mail-wg0-f51.google.com with SMTP id k14so7477362wgh.10 for ; Mon, 07 Apr 2014 13:48:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=j/wtk6pb+PsPF2q9pruMNezcDG069lWyRlVp0ad6zns=; b=AvAT1zMiq+0RtROfrkotLJT4/lIZn28A3d7imta+7Dr1cIZL0QsyXEs2lxpYyBj+9v D2CxDzcDwA5lJvieR0bnxZTeVAnktsHG169zKQSg1LTqM6X7BLFkXuw7/cAnx6xRg2A7 2I7JNnlEYUFGyryAXvzicbd/YcRAM05UP5uXNXnMuri/HMucLjdTqpt3zpL3i2jbcyCc Ga4X5Lljs8+tp43PqW4UTXX5qIiVhdsRZIK0bkyUu5liowsDzwGGNHPvgzIy1iwwzHkw YJaG/hKvq2/6N3T44zpAIOSWLCsK4NwodGCUrHuPqGF2UxXX9XfuBZTP9u0mbwgZInHo 1F5g== X-Received: by 10.180.106.134 with SMTP id gu6mr27462523wib.61.1396903710911; Mon, 07 Apr 2014 13:48:30 -0700 (PDT) Original-Received: from kitaj.lan.yourcompany.com (66.207.108.93.rev.vodafone.pt. [93.108.207.66]) by mx.google.com with ESMTPSA id xm12sm26146489wib.1.2014.04.07.13.48.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 07 Apr 2014 13:48:30 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Mon, 07 Apr 2014 16:37:11 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 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:97034 gmane.emacs.devel:171329 Archived-At: Glenn Morris writes: > (Using two mailing lists is almost never appropriate.) I thought this could trigger different takes from both user-level (some easy workaround) and development perspectives (the discussion you linked to), so I cross posted, seemed appropriate, but sorry. > Indirect buffers are not well regarded; see eg > > http://lists.gnu.org/archive/html/help-gnu-emacs/2014-01/msg00571.html Thanks, that discussion seems exhaustive, will read up.