From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: New pretest tarball 22.0.93 Date: Sat, 27 Jan 2007 12:45:21 +0100 Message-ID: References: <87hcuia6c4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169898342 25432 80.91.229.12 (27 Jan 2007 11:45:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Jan 2007 11:45:42 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, cyd@mit.edu To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 27 12:45:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HAm02-0006MW-Mr for ged-emacs-devel@m.gmane.org; Sat, 27 Jan 2007 12:45:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAm02-0000lH-8t for ged-emacs-devel@m.gmane.org; Sat, 27 Jan 2007 06:45:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAlzq-0000jz-Hz for emacs-devel@gnu.org; Sat, 27 Jan 2007 06:45:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAlzo-0000ii-5j for emacs-devel@gnu.org; Sat, 27 Jan 2007 06:45:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAlzn-0000if-Vg for emacs-devel@gnu.org; Sat, 27 Jan 2007 06:45:24 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAlzm-0007MQ-Pj for emacs-devel@gnu.org; Sat, 27 Jan 2007 06:45:23 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so1015820ugf for ; Sat, 27 Jan 2007 03:45:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sfc8Vay/dRL4sypL0iSSWzYg3LBCa2EZ9M7BVj2n8fcGUmLy0ak3933498SpgyCjhUs1V/+LnFK2s71Hpud+3b6nvNdZaPLbPSbwLdZtOqUMLGajYwb8Zoyjzc27E3pCuSe8sFJl8zoBo+wnWXbI9xxfTuVILozotMixIC8f+Xk= Original-Received: by 10.67.117.18 with SMTP id u18mr5677132ugm.1169898321839; Sat, 27 Jan 2007 03:45:21 -0800 (PST) Original-Received: by 10.67.105.7 with HTTP; Sat, 27 Jan 2007 03:45:21 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65519 Archived-At: On 1/27/07, Richard Stallman wrote: > Agreed. Though we need to apply the patch that allows turning > print-circle checking off for some files; and also reach a decision > regarding the auto-detection of images. > > We have already turned that off, right? AFAICS, Kenichi's patch to turn off print-circle in some files is not installed. And certainly the stuff to start images in image-minor-mode and disable `image-toggle-display' is *not* installed either. It's trivial, but I'm not happy with using `magic-mode-alist' to set a minor mode... It contradicts both the documentation and current expectations. /L/e/k/t/u