all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Miles Bader <miles@gnu.org>
Cc: Nick Roberts <nickrob@snap.net.nz>, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Bug in change in button.el?
Date: Tue, 24 Apr 2007 20:57:10 -0400	[thread overview]
Message-ID: <ah8xchw9sp.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <878xchib7t.fsf@catnip.gol.com> (Miles Bader's message of "Wed, 25 Apr 2007 08:50:14 +0900")

Miles Bader wrote:

> Are you sure that you have TERM set correctly (to "linux")?

Yes (though I do sometimes set TERM, so good you made me check).

> Here's what display-supports-face-attributes-p says for the linux console:
>
>    (display-supports-face-attributes-p '(:underline t))
>      => nil
>    (display-supports-face-attributes-p '(:weight bold))
>      => t
>
> If you're using the correct TERM, what do these return for you?

Same as for you, but I don't see bold, either in or out of Emacs. Eg
in man pages, or if I run the good old bash colour script. This is on
RHEL4.4. A quick web search suggests this may be due to RH's choice of
console font (latarcyrheb-sun16 it seems).


#!/bin/bash

esc="\033["

echo -n " _ _ _ _ _40 _ _ _ 41_ _ _ _42 _ _ _ 43"
echo "_ _ _ 44_ _ _ _45 _ _ _ 46_ _ _ _47 _"

for fore in 30 31 32 33 34 35 36 37; do

    line1="$fore  "
    line2="    "

    for back in 40 41 42 43 44 45 46 47; do

        line1="${line1}${esc}${back};${fore}m Normal  ${esc}0m"
        line2="${line2}${esc}${back};${fore};1m Bold    ${esc}0m"

    done

    echo -e "$line1\n$line2"

done

  reply	other threads:[~2007-04-25  0:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-23 23:08 Bug in change in button.el? Richard Stallman
2007-04-23 23:15 ` Glenn Morris
2007-04-24  5:39   ` Eli Zaretskii
2007-04-24 21:35   ` Richard Stallman
2007-04-24 21:59     ` Glenn Morris
2007-04-24 22:22       ` Nick Roberts
2007-04-24 22:30         ` Lennart Borgman (gmail)
2007-04-24 22:45           ` Drew Adams
2007-04-24 23:13           ` Miles Bader
2007-04-24 23:53             ` Nick Roberts
2007-04-25  0:54               ` Lennart Borgman (gmail)
2007-04-24 22:59         ` Glenn Morris
2007-04-24 23:20           ` Nick Roberts
2007-04-24 23:34             ` Glenn Morris
2007-04-24 23:50               ` Miles Bader
2007-04-25  0:57                 ` Glenn Morris [this message]
2007-04-25  1:33                   ` Miles Bader
2007-04-25  2:03                     ` Glenn Morris
2007-04-25  2:24                       ` Miles Bader
2007-04-25  2:28                         ` Glenn Morris
2007-04-25  9:56                       ` Andreas Schwab
2007-04-24 23:57               ` Nick Roberts
2007-04-25  1:52                 ` Miles Bader
2007-04-25 14:52         ` Richard Stallman
2007-04-25 14:52       ` Richard Stallman
2007-04-26  3:18         ` Glenn Morris
2007-04-24  5:37 ` Eli Zaretskii
2007-04-24  6:08   ` Nick Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ah8xchw9sp.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    --cc=nickrob@snap.net.nz \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.