From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: Re: LaTeX-Fill-Paragraph and inline images Date: Sat, 22 Feb 2003 00:02:27 +0100 Organization: (Posted via) INKA e.V. http://www.inka.de/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <843cmxjvr7.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1045868843 29673 80.91.224.249 (21 Feb 2003 23:07:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 23:07:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18mMGH-0007iT-00 for ; Sat, 22 Feb 2003 00:07:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mMEU-0008Vg-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2003 18:05:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!inka.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: puric.inka.de Original-X-Trace: sapa.inka.de 1045868467 32658 193.197.184.17 (21 Feb 2003 23:01:07 GMT) Original-X-Complaints-To: abuse@inka.de Original-NNTP-Posting-Date: 21 Feb 2003 23:01:07 GMT User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:110513 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7015 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7015 David Kastrup wrote: >> > and more complicated commands (like compute-motion) come to mind. >> >> Also seems to use columns for measuring distances. > > Well, but it takes into account fractional sizes, so it should be > workable for that purpose. Really? How can I test this? I just tried inserting an image into an elisp buffer (using M-x insert-file) but compute-motion only seems to see the source of the image. Therefore I can't get fractional sizes. And, as mentioned before, I need a command that gives me the width of characters in pixels (or inches, or whatever) in order to treat variable width fonts properly. I already asked whether such a command exists (thread "Getting the width of a character?") but noone answered. Do you have an idea how to proceed? Felix