bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4084: marked as done (23.1; boxquote uses ugly ASCII "drawing" chara


From: Emacs bug Tracking System
Subject: bug#4084: marked as done (23.1; boxquote uses ugly ASCII "drawing" characters rather than Unicode)
Date: Sat, 08 Aug 2009 15:25:05 +0000

Your message dated Sat, 8 Aug 2009 16:17:09 +0100
with message-id <20090808151709.GA21619@codelibre.net>
and subject line Re: bug#4084: 23.1; boxquote uses ugly ASCII "drawing" 
characters rather than Unicode
has caused the Emacs bug report #4084,
regarding 23.1; boxquote uses ugly ASCII "drawing" characters rather than 
Unicode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4084: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4084
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1; boxquote uses ugly ASCII "drawing" characters rather than Unicode Date: Sat, 08 Aug 2009 11:18:16 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
The standard boxquote looks like this:

,----[ title ]
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et
| dolor vitae quam fringilla vulputate ac id sapien. Nullam auctor
| consequat magna in fringilla. Praesent sed dolor vel felis
| condimentum faucibus eget in risus. Phasellus dignissim vehicula
| purus, non tempus arcu rutrum vel.
`----

However, since Emacs now has perfectly good Unicode support, the
following shows boxquote configured to use standard Unicode line drawing
characters with rounded corners:

(set-variable 'boxquote-bottom-corner "╰")   ; U+2570
(set-variable 'boxquote-side "│ ")           ; U+2572 + space
(set-variable 'boxquote-top-and-tail "────") ; U+2500 (×4)
(set-variable 'boxquote-top-corner "╭")      ; U+256F

╭────[ title ]
│ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et
│ dolor vitae quam fringilla vulputate ac id sapien. Nullam auctor
│ consequat magna in fringilla. Praesent sed dolor vel felis
│ condimentum faucibus eget in risus. Phasellus dignissim vehicula
│ purus, non tempus arcu rutrum vel.
╰────

Much nicer!  It would be great if these could be made the default in
place of the ugly ASCII.


Regards,
Roger


In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-08-03 on nautilus, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10603000
configured using `configure  '--build=x86_64-linux-gnu' 
'--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' 
'--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim'
 '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 
'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN 
-g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.

Attachment: pgpvc4ZALbsjL.pgp
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#4084: 23.1; boxquote uses ugly ASCII "drawing" characters rather than Unicode Date: Sat, 8 Aug 2009 16:17:09 +0100 User-agent: Mutt/1.5.18 (2008-05-17)
On Sat, Aug 08, 2009 at 05:37:46PM +0300, Teemu Likonen wrote:
> On 2009-08-08 11:18 (+0100), Roger Leigh wrote:
> > The standard boxquote looks like this:
> 
> Boxquote is not part of the standard Emacs. I guess you need to contact
> the author of boxquote.el or someone who distributes your version of
> Emacs.

Ah, sorry, I didn't realise it was part of an extension package
(emacs-goodies-el).


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux             http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?       http://gutenprint.sourceforge.net/
   `-    GPG Public Key: 0x25BFB848   Please GPG sign your mail.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]