Discussion:
How to enter bullet points in Emacs
(too old to reply)
Cecil Westerhof
2017-07-19 07:10:33 UTC
Permalink
I have often things like the following:
A list with bullet points:
- Point one
- Point two
- Point three

Works OK, but I like to use a ‘real’ bullet point instead of a minus
sign. Is there a way to enter a real bullet point?
I am working on a Linux system.
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Richard Kettlewell
2017-07-19 08:11:37 UTC
Permalink
Post by Cecil Westerhof
- Point one
- Point two
- Point three
Works OK, but I like to use a ‘real’ bullet point instead of a minus
sign. Is there a way to enter a real bullet point?
I am working on a Linux system.
C-x 8 RET bullet RET
--
http://www.greenend.org.uk/rjk/
Cecil Westerhof
2017-07-19 09:28:56 UTC
Permalink
Post by Richard Kettlewell
Post by Cecil Westerhof
- Point one
- Point two
- Point three
Works OK, but I like to use a ‘real’ bullet point instead of a minus
sign. Is there a way to enter a real bullet point?
I am working on a Linux system.
C-x 8 RET bullet RET
Thanks, that works like a charm.
Now I have to make a list of interesting Unicode names. ;-)
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Ivan Shmakov
2017-07-19 12:42:17 UTC
Permalink
Post by Richard Kettlewell
- Point one - Point two - Point three
Works OK, but I like to use a ‘real’ bullet point instead of a
minus sign. Is there a way to enter a real bullet point? I am
working on a Linux system.
C-x 8 RET bullet RET
Thanks, that works like a charm. Now I have to make a list of
interesting Unicode names. ;-)
The list at http://unicode.org/Public/UNIDATA/NamesList.txt
worked pretty well for me so far.
--
FSF associate member #7257 58F8 0F47 53F5 2EB2 F6A5 8916 3013 B6A0 230E 334A
Marko Rauhamaa
2017-07-19 13:52:22 UTC
Permalink
Post by Ivan Shmakov
Post by Richard Kettlewell
C-x 8 RET bullet RET
Thanks, that works like a charm. Now I have to make a list of
interesting Unicode names. ;-)
The list at http://unicode.org/Public/UNIDATA/NamesList.txt
worked pretty well for me so far.
Hm, didn't do any good to me:

C-x 8 RET woman getting massage: medium-light skin tone RET
=> Invalid character

<URL: http://unicode.org/emoji/charts/full-emoji-list.html#1f486_1
f3fc_200d_2640_fe0f>


Marko
Joseph C. Fineman
2017-07-20 22:18:38 UTC
Permalink
Post by Marko Rauhamaa
Post by Ivan Shmakov
Post by Richard Kettlewell
C-x 8 RET bullet RET
Thanks, that works like a charm. Now I have to make a list of
interesting Unicode names. ;-)
The list at http://unicode.org/Public/UNIDATA/NamesList.txt
worked pretty well for me so far.
C-x 8 RET woman getting massage: medium-light skin tone RET
=> Invalid character
You left out "bullet RET".
--
--- Joe Fineman ***@verizon.net

||: You live as a rower moves, facing backwards: You can see :||
||: where you've been, but not where you're going. :||
Marko Rauhamaa
2017-07-20 22:27:12 UTC
Permalink
Post by Joseph C. Fineman
Post by Marko Rauhamaa
C-x 8 RET woman getting massage: medium-light skin tone RET
=> Invalid character
You left out "bullet RET".
No, I didn't want a bullet — I wanted the "woman getting massage:
medium-light skin tone" emoji:

<URL: http://unicode.org/emoji/charts/full-emoji-list.html#1f486_1f
3fc_200d_2640_fe0f>


Marko
Ivan Shmakov
2017-07-23 11:15:54 UTC
Permalink
[...]
Thanks, that works like a charm. Now I have to make a list of
interesting Unicode names. ;-)
The list at http://unicode.org/Public/UNIDATA/NamesList.txt worked
pretty well for me so far.
C-x 8 RET woman getting massage: medium-light skin tone RET =>
Invalid character
<URL: http://unicode.org/emoji/charts/full-emoji-list.html#1f486_1f3fc_200d_2640_fe0f>
Just to be sure, I've redownloaded NameList.txt (10.0.0; the
copy I had at hand was 6.1 from January 2012), and it doesn't
seem to list any character by that name.

I don't know much about Emacs emoji support, but given that
C-x 8 RET CYRILLIC SMALL LETTER A WITH ACUTE RET does not seem
to work right now (25.1.1 from Debian Stretch) either, I'd
suppose that one's at least expected to enter the respective
Unicode code points individually. Like:

C-x 8 RET CYRILLIC SMALL LETTER A RET
C-x 8 RET COMBINING ACUTE ACCENT RET

C-x 8 RET 1f486 RET C-x 8 RET 1f3fc RET C-x 8 RET 200d RET
C-x 8 RET 2640 RET C-x 8 RET fe0f RET

Or, perhaps even easier:

M-: (insert #x1f486 #x1f3fc #x200d #x2640 #xfe0f) RET
--
FSF associate member #7257 np. The Moon Inside -- Jami Sieber B6A0 230E 334A
Marko Rauhamaa
2017-07-23 12:33:00 UTC
Permalink
I'd suppose that one's at least expected to enter the respective
C-x 8 RET CYRILLIC SMALL LETTER A RET
C-x 8 RET COMBINING ACUTE ACCENT RET
C-x 8 RET 1f486 RET C-x 8 RET 1f3fc RET C-x 8 RET 200d RET
C-x 8 RET 2640 RET C-x 8 RET fe0f RET
M-: (insert #x1f486 #x1f3fc #x200d #x2640 #xfe0f) RET
And there's always M-x hexl-mode !


Marko
Ivan Shmakov
2017-11-14 16:12:16 UTC
Permalink
Post by Marko Rauhamaa
I'd suppose that one's at least expected to enter the respective
C-x 8 RET CYRILLIC SMALL LETTER A RET
C-x 8 RET COMBINING ACUTE ACCENT RET
C-x 8 RET 1f486 RET C-x 8 RET 1f3fc RET C-x 8 RET 200d RET
C-x 8 RET 2640 RET C-x 8 RET fe0f RET
M-: (insert #x1f486 #x1f3fc #x200d #x2640 #xfe0f) RET
And there's always M-x hexl-mode !
Yet that's one whole level of abstraction below the #'insert
above -- most noticeably in the case of UTF-8 (where, e. g.,
#x2640 becomes \xe2\x99\x80.)

Still, I've found some use for a hex editor a few weeks ago when
I've found that I utterly forgot a passphrase of one of my SSH
keys and had to resort to retrieving that key from a running
ssh-agent(1) instance.

I'm afraid I don't trust such a complex software as Emacs to
handle data as sensitive as one of my primary private keys,
however, so I've ended up using the 'tiny' build of Vim along
with xxd(1) (to much the same effect as hexl-mode) instead.
--
FSF associate member #7257 http://am-1.org/~ivan/
Michael Heerdegen
2017-07-19 15:54:58 UTC
Permalink
Post by Cecil Westerhof
Post by Richard Kettlewell
C-x 8 RET bullet RET
Thanks, that works like a charm.
Now I have to make a list of interesting Unicode names. ;-)
Often, characters have a separate key binding under the C-x 8 prefix.
In case of bullet, C-x 8 * *.

C-x 8 C-h prints a list of those bindings.


Michael.
Continue reading on narkive:
Loading...