all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xah@xahlee.org>
To: help-gnu-emacs@gnu.org
Subject: Re: set-face-attribute width condensed/expanded no difference? (Mac)
Date: Fri, 23 Nov 2007 10:28:37 -0800 (PST)	[thread overview]
Message-ID: <73a54179-b126-4471-89de-50272db451b0@s36g2000prg.googlegroups.com> (raw)
In-Reply-To: 1d2a87ac-4d20-499d-9dcb-49cab27d3cf8@e4g2000hsg.googlegroups.com

about choosing a font with narrow spacing ...

In carbon emacs, you can turn on a bunch of unicode fonts that
wouldn't normally show.

do this:

; make available extra CJK-font for carbon emacs in the menu
(if (eq window-system 'mac) (require 'carbon-font))

currently i use the following font:

; about carbon emacs fonts, see /Applications/Emacs.app/Contents/
Resources/site-lisp/mac/carbon-font.el
(if (featurep 'carbon-emacs-package) (fixed-width-set-default-fontset
"-*-*-medium-r-normal--14-*-*-*-*-*-fontset-hirakaku_w6"))

not sure how this compares to your desired narrowness but worth a
shot.

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/

On Nov 23, 7:18 am, Presto <prest...@gmail.com> wrote:
> On Nov 23, 5:56 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
>
> > Am 23.11.2007 um 14:21 schrieb Presto:
>
> > > In Leopard's Terminal I can choose Andale Mono and adjust the
> > > character spacing with a slider control, so I thought this was a
> > > dynamically calculated feature. I'm hoping Emacs works the same way.
>
> > Neither Carbon Emacsen nor Emacs.app support this. Yet.
>
> Thanks for the information. Is there any hack (possibly involving
> building from source) with which I could set character spacing? Even
> setting a constant for all fonts would suffice.
>
> Alternatively, is there a source code file in CVS that I can track to
> discover when support is added? (Looking at commit logs)
>
> -m

      parent reply	other threads:[~2007-11-23 18:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-23 11:55 set-face-attribute width condensed/expanded no difference? (Mac) Presto
2007-11-23 12:46 ` Jason Rumney
2007-11-23 13:21   ` Presto
2007-11-23 14:56     ` Peter Dyballa
     [not found]     ` <mailman.3981.1195829787.18990.help-gnu-emacs@gnu.org>
2007-11-23 15:18       ` Presto
2007-11-23 16:16         ` Peter Dyballa
2007-11-23 18:28         ` Xah Lee [this message]

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=73a54179-b126-4471-89de-50272db451b0@s36g2000prg.googlegroups.com \
    --to=xah@xahlee.org \
    --cc=help-gnu-emacs@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.