emacs-erc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Feature Request] Right-aligned nicks


From: Eric S Fraga
Subject: Re: [Feature Request] Right-aligned nicks
Date: Sat, 17 Oct 2020 13:36:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

I think what you want is to change the setting of erc-fill-function (see
below) to 'erc-fill-static:

,----[ C-h v erc-fill-function RET ]
| erc-fill-function is a variable defined in ‘erc-fill.el’.
| Its value is ‘erc-fill-static’
| Original value was ‘erc-fill-variable’
| 
|   This variable may be risky if used as a file-local variable.
|   You can customize this variable.
| 
| Documentation:
| Function to use for filling messages.
| 
| Variable Filling with an ‘erc-fill-prefix’ of nil:
| 
| <shortnick> this is a very very very long message with no
|           meaning at all
| 
| Variable Filling with an ‘erc-fill-prefix’ of four spaces:
| 
| <shortnick> this is a very very very long message with no
|     meaning at all
| 
| Static Filling with ‘erc-fill-static-center’ of 27:
| 
|               <shortnick> foo bar baz
|        <a-very-long-nick> foo bar baz quuuuux
|               <shortnick> this is a very very very long message with no
|                           meaning at all
| 
| These two styles are implemented using ‘erc-fill-variable’ and
| ‘erc-fill-static’.  You can, of course, define your own filling
| function.  Narrowing to the region in question is in effect while your
| function is called.
`----

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4 on Debian bullseye/sid




reply via email to

[Prev in Thread] Current Thread [Next in Thread]