help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: bug in message-message mode?


From: Emanuel Berg
Subject: Re: bug in message-message mode?
Date: Sat, 30 Oct 2021 10:12:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Tassilo Horn wrote:

> Maybe. Or an nonintended side-effect. If it bothers you,
> file a bug report.

(defun message-bol ()
  (interactive)
  (let ((beg (point))
        (end (progn (message-beginning-of-line) (point))) )
    (when (= beg end)
      (forward-line 0) )))

PS. "message-message" mode BTW :)
    Of all the things I lost
    I miss my mind the most.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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