[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "About Emacs" page
From: |
Philip Kaludercic |
Subject: |
Re: "About Emacs" page |
Date: |
Tue, 24 Sep 2024 12:05:31 +0000 |
Richard Stallman <rms@gnu.org> writes:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> > I understand that it is easy to gloss over the *About GNU Emacs* buffer
> > when you start Emacs for the first time, and just want to get started.
> > Personally, it seems that just setting "Learn basic Emacs keystroke
> > commands" in a bold type face might help...
>
> If it helps, I see nothing against it.
FWIW this is all that it would take:
diff --git a/lisp/startup.el b/lisp/startup.el
index 738eec772ec..1ec2c8fc581 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1839,6 +1839,7 @@ fancy-about-text
:link ("Ordering Manuals" ,(lambda (_button) (view-order-manuals)))
"\tBuying printed manuals from the FSF\n"
"\n"
+ :face (variable-pitch bold)
:link ("Emacs Tutorial" ,(lambda (_button) (help-with-tutorial)))
"\tLearn basic Emacs keystroke commands"
,(lambda ()
@@ -1860,6 +1861,7 @@ fancy-about-text
(if (string= en tut)
""
(concat " (" title ")"))))
+ :face variable-pitch
"\n"
:link ("Emacs Guided Tour"
,(lambda (_button)
--
Philip Kaludercic on siskin
- Re: "About Emacs" page, (continued)
- Re: "About Emacs" page, Juergen Fenn, 2024/09/20
- Re: "About Emacs" page, Ulrich Mueller, 2024/09/20
- Re: "About Emacs" page, Eli Zaretskii, 2024/09/20
- Re: "About Emacs" page, Manuel Giraud, 2024/09/20
- Re: "About Emacs" page, Eli Zaretskii, 2024/09/20
- Re: "About Emacs" page, Eli Zaretskii, 2024/09/28
- Re: "About Emacs" page, Ulrich Mueller, 2024/09/28
Re: "About Emacs" page, Richard Stallman, 2024/09/22
Re: "About Emacs" page, SÅ‚awomir Grochowski, 2024/09/20
Re: "About Emacs" page, Richard Stallman, 2024/09/22