emacs-devel
[Top][All Lists]
Advanced

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

Re: master 37940b3: min and max now return one of their arguments


From: Tino Calancha
Subject: Re: master 37940b3: min and max now return one of their arguments
Date: Sun, 12 Mar 2017 10:46:44 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Sat, 11 Mar 2017, Andreas Politz wrote:


Is this also related ?
Yes, it is.  It was fixed in commit:
1590127335cef06af8d77884f9c16a8629d65943
#+BEGIN_SRC emacs-lisp
 (setq debug-on-error t)
 (with-temp-buffer
   (insert "foo")
   (emacs-lisp-mode)
   (indent-region (point-min) (point-max)))
#+END_SRC

Debugger entered--Lisp error: (wrong-type-argument numberp #<marker at 4 in  
*temp*>)
 ceiling(#<marker at 4 in  *temp*>)
 progress-reporter-do-update((#<marker at 4 in  *temp*> . [1489243182.6902182 1 #<marker at 
4 in  *temp*> "Indenting region..." 1 0.2]) 4)
 indent-region-line-by-line(1 4)
 indent-region(1 4)

-ap





reply via email to

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