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

Re: ASCII formatting for plain text email



Florent Rougon <f.rougon@free.fr> wrote:

> Mabye there already exists something for this but it's easy enough to
> code:

The following can be done with built-in stuff, however it doesn't do
exactly the same, especially if the text would be moved left by my
function given the requested number of columns:

(defun foo ()
  (interactive)
  (justify-current-line 'right))

Regards

-- 
Florent


Reply to: