all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Slass <mikesl@wrq.com>
Subject: typo in manual Elisp::Face Attribute Functions
Date: Fri, 26 Jul 2002 18:19:07 -0700	[thread overview]
Message-ID: <200207270119.g6R1J7f25500@ein.wrq.com> (raw)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-22 on thneed.na.wrq.com
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_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

,----
| Face Attribute Functions
------------------------
| 
|    You can modify the attributes of an existing face with the following
| functions.  If you specify FRAME, they affect just that frame;
| otherwise, they affect all frames as well as the defaults that apply to
| new frames.
| 
|  - Function: set-face-attribute face frame &rest arguments
|      This function sets one or more attributes of face FACE for frame
|      FRAME.  If FRAME is `nil', it sets the attribute for all frames,
|      and the defaults for new frames.
| 
|      The extra arguments ARGUMENTS specify the attributes to set, and
|      the values for them.  They should consist of alternating attribute
|      names (such as `:family' or `:underline') and corresponding values.
|      Thus,
| 
|           (set-face-attribute 'foo nil
|                               :width :extended
|                               :weight :bold
|                               :underline "red")
| 
|      sets the attributes `:width', `:weight' and `:underline' to the
|      corresponding values.
`----

In the set-face-attributes example, the values for the attributes bold and
extended should be preceded by a single quote, not a colon.


Recent input:
u <up> <up> <return> <down> <down> <return> q C-h i 
m e l i s p <return> i f a c e <tab> <tab> <return> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <return> 
<down> C-SPC <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> M-w M-x r e p o r t - e m c s <delete> 
<delete> a c s = <delete> - b u g <return>

Recent messages:
Expiring articles...done
Auto-saving...
Composing main Info directory...
Mark set
Composing main Info directory...done
Building index entries...
Making completion list...
Found `face' in Index.  (Press `,' for more)
Mark set
Loading emacsbug...done

                 reply	other threads:[~2002-07-27  1:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200207270119.g6R1J7f25500@ein.wrq.com \
    --to=mikesl@wrq.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.