all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: How can I determine what the default font it?
Date: Mon, 01 Mar 2004 12:03:22 -0700	[thread overview]
Message-ID: <404388FA.6000102@yahoo.com> (raw)
In-Reply-To: mailman.718.1077929760.340.help-gnu-emacs@gnu.org

exits funnel wrote:
 > --- "V. L. Simpson" <vls@m-net.arbornet.org> wrote:
 >>Run the function 'frame-parameters' to get a list of all the the
 >>attributes of the current frame.  Type (frame-parameters) in the
 >>scratch buffer, press Ctrl-j right after that expression and it will
 >>print out a list of all the current parameters for that frame.
 >
 > VLS, this is helfpful but unfortunately I don't see the default-font
 > as a parameter.  The last entry in the returned list is '...' which I
 > assume means that the list was truncated.  Is this right?  If so, how
 > can I see all of attributes?  Thnks again.

If it was specified, it would be `font' not `default-font'.  But if it's
not specified, you need to look elsewhere:

(or (assq 'font default-frame-alist)
     (x-get-resource "default.attributeFont" "Face.AttributeFont")
     (x-get-resource "font" "Font")
     (fontset-font t ?a))

-- 
Kevin Rodgers

  parent reply	other threads:[~2004-03-01 19:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.718.1077929760.340.help-gnu-emacs@gnu.org>
2004-02-28  8:13 ` How can I determine what the default font it? Robert Marshall
2004-02-28 14:27 ` V. L. Simpson
2004-03-01 19:03 ` Kevin Rodgers [this message]
     [not found] <mailman.530.1077761317.340.help-gnu-emacs@gnu.org>
2004-02-26  4:45 ` V. L. Simpson
2004-02-28  0:42   ` exits funnel
2004-02-26 11:25 ` Floyd L. Davidson
2004-02-27  0:16   ` Jason Rumney
2004-02-27  0:44     ` Floyd L. Davidson
2004-02-27 12:23       ` Kai Grossjohann
2004-02-27 15:54         ` Floyd L. Davidson
2004-02-29 16:58           ` Kai Grossjohann
2004-02-29 19:58             ` Floyd L. Davidson
2004-02-29 21:54           ` Jason Rumney
2004-02-26  2:06 exits funnel

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=404388FA.6000102@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.