all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: Christopher Dimech <dimech@gmx.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs 28.0.50 and facemenu-set-bold
Date: Tue, 25 May 2021 12:34:28 +0300	[thread overview]
Message-ID: <YKzEpJAcpW7tL8Wg@protected.localdomain> (raw)
In-Reply-To: <trinity-39b72bc2-b82f-4dfe-8d38-acd7ec7f701c-1621933316415@3c-app-mailcom-bs01>

* Christopher Dimech <dimech@gmx.com> [2021-05-25 12:02]:
> 
> I simply put "(facemenu-set-bold)" in my init file

Oh, no...      ಠ_ಠ

Not like that... 

Well let me say that most probably the function (facemenu-set-bold) in
your init file worked correctly, you just have not seen it. This may
be because it was executed in a buffer where you did not participate.

So first is to ask Emacs what it means by using:
       
             {C-h f facemenu-set-bold RET}

Where it will say:

facemenu-set-bold is an interactive compiled Lisp function.

It is bound to <menu-bar> <edit> <Text Properties> <fc> b.

(facemenu-set-bold)

Select face ‘bold’ for subsequent insertion.
If the mark is active and there is no prefix argument,
apply face ‘bold’ to the region instead.
This command was defined by ‘facemenu-add-new-face’.

So if it is "interactive" it means it is not supposed to be invoked
from init.el file but if you insist, you are free to do so. 

It is meant for "subsequent insertion".

How about you explain what you really wish to achieve? Do you want all
fonts to be bold? In that case why not use 
           
                   {M-x customize-face RET default RET}

and then set it bolder or how you wish it to be.



-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



  reply	other threads:[~2021-05-25  9:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24 12:58 Symbol's function definition is void: facemenu-set-bold Christopher Dimech
2021-05-24 19:02 ` Emacs 28.0.50 and facemenu-set-bold Christopher Dimech
2021-05-24 19:18   ` Eli Zaretskii
2021-05-24 19:38     ` Christopher Dimech
2021-05-24 22:29       ` Christopher Dimech
2021-05-25  8:06         ` Christopher Dimech
2021-05-25  8:36           ` Jean Louis
2021-05-25  9:01             ` Christopher Dimech
2021-05-25  9:34               ` Jean Louis [this message]
2021-05-25 10:07                 ` Christopher Dimech
2021-05-25 12:32           ` Eli Zaretskii
2021-05-25 13:20             ` Christopher Dimech
2021-05-25 13:28               ` Yuri Khan
2021-05-25 13:33                 ` Christopher Dimech
2021-05-25 14:21                   ` Yuri Khan
2021-05-25 13:43               ` Eli Zaretskii
2021-05-25 13:53                 ` Christopher Dimech
2021-05-25 14:42                   ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-05-25 15:52                     ` Christopher Dimech

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=YKzEpJAcpW7tL8Wg@protected.localdomain \
    --to=bugs@gnu.support \
    --cc=dimech@gmx.com \
    --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.