[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: concat vs format
From: |
Jean-Christophe Helary |
Subject: |
Re: concat vs format |
Date: |
Mon, 10 Dec 2018 00:44:55 +0900 |
> On Dec 9, 2018, at 23:57, Stephen Berman <stephen.berman@gmx.net> wrote:
>
>> Result: "/Users/suzume/Documents/Code/brandelune.github.io/
>> <http://brandelune.github.io/>..."
>>
>> So, the last concat gives me a path that's not the result of a
>> "concat" on the values that I feed it. Why ?
>
> The length of the output in Edebug is constrained by the user option
> edebug-print-length, which is 50 by default; by setting that variable to
> nil, the output won't be cut off.
Thank you Stephan.
I found out that my issue had nothing to do with concat/format but rather with
let*/setq.
My first code ran fine with setq, then, after the thread that I started about
setq a few days ago, I decided to use let* and let in my code instead. And
that's when things started to break. I don't understand why (must be something
with variable scope) but for now I need to write something that works and move
on.
I'll come back here when I am closer to identifying my issue.
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune