From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: 03 Jun 2004 11:26:44 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040603101417.96B7.JMBARRANQUERO@wke.es> <20040603110737.96BA.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086254821 25141 80.91.224.253 (3 Jun 2004 09:27:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2004 09:27:01 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 03 11:26:53 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVoUu-00088L-00 for ; Thu, 03 Jun 2004 11:26:52 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVoUu-0002N4-00 for ; Thu, 03 Jun 2004 11:26:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVoVE-0001OU-RD for emacs-devel@quimby.gnus.org; Thu, 03 Jun 2004 05:27:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVoVB-0001N3-DF for emacs-devel@gnu.org; Thu, 03 Jun 2004 05:27:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVoVA-0001MQ-Fu for emacs-devel@gnu.org; Thu, 03 Jun 2004 05:27:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVoVA-0001MN-C0 for emacs-devel@gnu.org; Thu, 03 Jun 2004 05:27:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVoUo-0003sc-8g for emacs-devel@gnu.org; Thu, 03 Jun 2004 05:26:46 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1BVoUn-0002Sr-In; Thu, 03 Jun 2004 05:26:46 -0400 Original-To: Juanma Barranquero In-Reply-To: <20040603110737.96BA.JMBARRANQUERO@wke.es> Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24464 Juanma Barranquero writes: > On 03 Jun 2004 11:00:38 +0200 > David Kastrup wrote: > > > I don't think so. The supported image types do not depend on the > > actual display currently in use: they specify what kind of images > > Emacs is able to decipher and load. > > What does mean "decipher and load" in this context? That Emacs is able to interpret the "image" display property. The image display property is a property for strings. Whether or not I can have those strings interpreted on a display depends on the display, not on Emacs. > In what sense is emacs -nw able to decipher pbm (which is in > image-types) differently than gif (which is not)? It can read them into display properties. It can use find-image on them. > > But for everything else, I don't see an incitement to have > > image-types be display-dependent. B&W bitmap displays should > > probably _prefer_ monochrome image formats if available, but I > > don't know if they should actually fail when only color images are > > there. > > Either we're miscommunicating, or I'm lost. I'm talking of a case > where window-system is nil, so no image can ever shown, B&W or > otherwise. It still can be read in, and nobody keeps me from using make-frame-on-display in order to display it. Actually, at the current point of time this won't work, but I suppose that once the multi-tty branch has been merged, it would. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum