From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Feeley Newsgroups: gmane.emacs.devel Subject: There should be an option to set the display size of an image to zero Date: Mon, 16 Sep 2013 22:37:34 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1379395713 424 80.91.229.3 (17 Sep 2013 05:28:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2013 05:28:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 17 07:28:35 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VLnpx-0007kX-Au for ged-emacs-devel@m.gmane.org; Tue, 17 Sep 2013 07:28:33 +0200 Original-Received: from localhost ([::1]:38156 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLnpw-0005wG-UN for ged-emacs-devel@m.gmane.org; Tue, 17 Sep 2013 01:28:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLlAy-0001oJ-FM for emacs-devel@gnu.org; Mon, 16 Sep 2013 22:38:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLlAq-0007j6-Cp for emacs-devel@gnu.org; Mon, 16 Sep 2013 22:38:04 -0400 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]:44494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLlAq-0007iz-6l for emacs-devel@gnu.org; Mon, 16 Sep 2013 22:37:56 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id BB4E584CC5; Mon, 16 Sep 2013 22:37:54 -0400 (EDT) Original-Received: from [192.168.1.100] (bas7-montreal19-1178026949.dsl.bell.ca [70.55.67.197]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id E7FE61E5913; Mon, 16 Sep 2013 22:37:28 -0400 (EDT) X-Mailer: Apple Mail (2.1508) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5, autolearn=not spam, MC_TSTLAST 0.00) X-DIRO-MailScanner-From: feeley@iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 132.204.24.67 X-Mailman-Approved-At: Tue, 17 Sep 2013 01:28:30 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163377 Archived-At: Images added to a buffer with put-image always occupy an area in the = buffer that is equal to their size. It would be nice to allow the image = to be overlaid over or under the text which would allow annotating the = text with arrows, bubbles, etc. This could be as simple as indicating a = zero width and height for the image (for determining the placing of text = around it), but using the actual image size for displaying it on the = screen. Marc Feeley=