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

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

bug#9276: 23.3; quickurl-add-url saves truncated list when url list leng


From: Chong Yidong
Subject: bug#9276: 23.3; quickurl-add-url saves truncated list when url list length exceeds print-length
Date: Sun, 14 Aug 2011 15:26:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

David Biesack <sasdjb@d72933.na.sas.com> writes:

> backup your ~/.quickurls file if you have one.
> M-x load-library quickurl
> M-x eval-expression
> (setq print-length 10)

Could you explain why you want to do that?  Changing print-length is
likely to mess up other parts of Emacs, not just quickurl.el.

If you have code that needs to set print-length, the variable should be
let-bound over the minimum necessary piece of code.  Changing all the
places we need to `print' to let-bind print-length to nil would be
counterproductive.





reply via email to

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