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

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

bug#47338: 28.0.50; Unexpected error in fill-region


From: Gregory Heytings
Subject: bug#47338: 28.0.50; Unexpected error in fill-region
Date: Tue, 23 Mar 2021 17:55:52 +0000



Evaluating next sexp results in error:

  (with-temp-buffer
    (let ((fill-column 66))
      (insert "                                   :action (lambda (docid msg 
target)")
      (fill-region (point-min) (point-max) 'left t)
      (buffer-string)))
 

I cannot reproduce this on recent revision of the trunk (8c589c2583), it produces the expected result: the inserted string is displayed.
reply via email to

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