[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to restore the layout?
From: |
Stefan Monnier |
Subject: |
Re: How to restore the layout? |
Date: |
Tue, 25 Jun 2013 12:32:04 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
>> (combination-limit . ,(window-combination-limit window))
>>
>> by something like
>>
>> ,@(unless (window-live-p window)
>> `(combination-limit . ,(window-combination-limit window)))
I have no idea ab out what the code is supposed to do but the above
change looks suspicious. If you want to conditionally include the
line, then you want:
,@(unless (window-live-p window)
`((combination-limit . ,(window-combination-limit window))))
-- Stefan
- Re: How to restore the layout?, (continued)
- Re: How to restore the layout?, Jambunathan K, 2013/06/24
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/24
- Re: How to restore the layout?, martin rudalics, 2013/06/24
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/24
- Re: How to restore the layout?, Juri Linkov, 2013/06/24
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/24
- Re: How to restore the layout?, Juri Linkov, 2013/06/25
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/25
- Re: How to restore the layout?, martin rudalics, 2013/06/25
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/25
- Re: How to restore the layout?,
Stefan Monnier <=
- Re: How to restore the layout?, martin rudalics, 2013/06/25
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/25
- Re: How to restore the layout?, Angelo Graziosi, 2013/06/25
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/25
- Re: How to restore the layout?, chad, 2013/06/25
- Re: How to restore the layout?, chad, 2013/06/26
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/26
- Re: How to restore the layout?, martin rudalics, 2013/06/26
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/26
- Re: How to restore the layout?, Stefan Monnier, 2013/06/26