unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Gottfried <gottfried@posteo.de>, Jean Louis <bugs@gnu.support>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: [External] : Re: text formating
Date: Sat, 11 Feb 2023 16:56:52 +0000	[thread overview]
Message-ID: <SJ0PR10MB5488F438C3EE5372031A80C5F3DF9@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <262a2d6f-7349-743b-6b79-088376909d55@posteo.de>

> How do you underline some words?
> I don’t know how to do it?

1. Some modes use markup of some kind, whether HTML, XML, TeX/LaTeX, Org, or whatever.  Check the doc for such modes, for what markup to use to get the effect of underlined text.

2. Otherwise (i.e., more generally), you use Emacs faces to change the appearance of buffer text, either by applying text properties (e.g. property `face') to characters in the buffer or by applying overlay properties (e.g. property `face') to buffer positions.

One attribute for a face is `underline'.

Example: you use `M-x customize-face RET font-lock-comment-face RET', then in the Customize buffer you (show and then) change the value of attribute Underline to On, then change the State of the face for the current session to accept your change (edit): Set for current session. That changes occurrences of face `font-lock-comment-face' so that text with that face is underlined.

3. In enriched-text mode, you can use `M-o u' to apply face `underline' to any text.

Read the manual (`C-h r'), about faces, font-locking, and faces in enriched text (https://www.gnu.org/software/emacs/manual/html_node/emacs/Enriched-Faces.html).

      parent reply	other threads:[~2023-02-11 16:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 12:06 text formating Gottfried
2023-01-30 20:28 ` H. Dieter Wilhelm
2023-01-31  7:34 ` Jean Louis
2023-01-31 11:23   ` Ulrich Deiters
2023-01-31 12:43     ` Jean Louis
2023-02-02 13:52   ` Gottfried
2023-02-02 14:30     ` Eli Zaretskii
2023-02-02 15:40       ` [External] : " Drew Adams
2023-02-02 20:12       ` Jean Louis
2023-02-03  7:30         ` Eli Zaretskii
2023-02-03  9:08           ` Jean Louis
2023-02-03 17:24             ` Emanuel Berg
2023-02-04 15:24               ` Jean Louis
2023-02-04 21:44                 ` Emanuel Berg
2023-02-07 17:25   ` Gottfried
2023-02-07 22:28     ` Jean Louis
2023-02-08 16:49       ` Gottfried
2023-02-08 19:37         ` Jean Louis
2023-02-08 20:18           ` [External] : " Drew Adams
2023-02-09 14:59           ` Gottfried
2023-02-09 15:27             ` [External] : " Drew Adams
2023-02-09 16:59               ` Gottfried
2023-02-09 17:13                 ` Drew Adams
2023-02-09 18:10                   ` Gottfried
2023-02-09 18:26                     ` Jean Louis
2023-02-09 19:12                       ` Drew Adams
2023-02-10  4:18                         ` Jean Louis
2023-02-09 19:11                     ` Drew Adams
2023-02-11 15:25                       ` Gottfried
2023-02-11 16:10                         ` tomas
2023-02-11 19:17                           ` Jean Louis
2023-02-11 16:56                         ` Drew Adams [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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SJ0PR10MB5488F438C3EE5372031A80C5F3DF9@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=bugs@gnu.support \
    --cc=gottfried@posteo.de \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).