From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel,gmane.comp.tex.texinfo.general Subject: Re: extended @uref command? (was: Emacs-diffs Digest, Vol 6, Issue 5) Date: Sat, 03 May 2003 21:55:45 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2561-Sat03May2003215544+0300-eliz@elta.co.il> References: <8011-Sat03May2003111515+0300-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051988425 13640 80.91.224.249 (3 May 2003 19:00:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 3 May 2003 19:00:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 03 21:00:17 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19C2F7-0003XU-00 for ; Sat, 03 May 2003 21:00:17 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19C2HH-0003Zu-00 for ; Sat, 03 May 2003 21:02:31 +0200 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 19C2FO-0004XF-00 for emacs-devel@quimby.gnus.org; Sat, 03 May 2003 15:00:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19C2F0-0004TD-00 for emacs-devel@gnu.org; Sat, 03 May 2003 15:00:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19C2Em-0003zw-00 for emacs-devel@gnu.org; Sat, 03 May 2003 14:59:57 -0400 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C2Dv-00030e-00; Sat, 03 May 2003 14:59:04 -0400 Original-Received: from zaretsky (tony08-194-126.inter.net.il [80.230.194.126] (may be forged)) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ANP15706; Sat, 3 May 2003 21:59:01 +0300 (IDT) Original-To: emacs-devel@gnu.org, help-texinfo@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Reiner Steib on Sat, 03 May 2003 19:57:24 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13663 gmane.comp.tex.texinfo.general:264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13663 > From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> > Date: Sat, 03 May 2003 19:57:24 +0200 > > ACK. But in the printed version (produced with texi2dvi) looks like > this: > > | The Emacs Lisp List (ELL) > | (http://www.anc.ed.ac.uk/~stephen/emacs/ell.html) > > Especially with long URLs, this isn't very readable and often leeds to > `underfull \hbox'es. It is a long-standing issue with Texinfo to teach it to hyphenate URLs. I hope some day this will be solved. > Therefore, I use a macro @rsuref, producing a footnote in non-html > output: This was suggested in the past, perhaps even by you. Personally, I don't like this solution, but that's me.