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

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

RE: complicated code to do trivial (?) thing


From: Joe_Trivers
Subject: RE: complicated code to do trivial (?) thing
Date: Wed, 10 Jul 2019 18:10:44 +0000

From: help-gnu-emacs  On Behalf Of Joe Trivers via help-gnu-emacs
Sent: 10 July, 2019 1:34 PM

>>> but sometimes both examples (see the file)
>>> produces abbreviated messages, actually the
>>> same one:
>>>
>>>     a b c d e f g h i j k l ...
>>>
>>> [1] https://dataswamp.org/~incal/emacs-init/abc.el
>
>I get "ERR_CONNECTION_RESET" when I click on that file URL.

Sorry, that was my employer's network nanny. From my home ISP it worked just 
fine.

(echo-alphabet)
"a b c d e f g h i j k l m n o p q r s t u v w x y z"

(let ((print-length 8))
  (echo-alphabet))
"a b c d e f g h ..."

(let ((print-length 12))
  (echo-alphabet))
"a b c d e f g h i j k l ..."

(let ((eval-expression-print-length 12))
  (echo-alphabet))
"a b c d e f g h i j k l m n o p q r s t u v w x y z"

I haven't experienced any indeterminacy, though.
/Joe
The content of this message is APPLIED MATERIALS CONFIDENTIAL. If you are not 
the intended recipient, please notify me, delete this email and do not use or 
distribute this email.



reply via email to

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