[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18059: 24.3.92; defvar and special variables
From: |
Eli Zaretskii |
Subject: |
bug#18059: 24.3.92; defvar and special variables |
Date: |
Mon, 05 Mar 2018 17:57:26 +0200 |
> From: Noam Postavsky <npostavs@gmail.com>
> Date: Sun, 04 Mar 2018 18:27:54 -0500
> Cc: 18059@debbugs.gnu.org, Stefan Monnier <monnier@IRO.UMontreal.CA>
>
> > Then we should document that use case.
>
> Yes, you're right. Since this case really relates more to the lexical
> vs dynamic binding, I think it would make more sense to add the example
> in a later section (with a link, of course). I still don't think I can
> claim with a straight face that (let (_) (defvar foo) ...) being
> different than (let () (defvar foo) ...) is not a bug though.
Thanks.
> +For a more elaborate example of using @code{defvar} without a value,
> +@xref{Local defvar example}.
@xref is inappropriate in the middle of a sentence; please use "see
@ref" instead.
- bug#18059: 24.3.92; defvar and special variables, Noam Postavsky, 2018/03/04
- bug#18059: 24.3.92; defvar and special variables, Michael Heerdegen, 2018/03/05
- bug#18059: 24.3.92; defvar and special variables, Noam Postavsky, 2018/03/07
- bug#18059: 24.3.92; defvar and special variables, Michael Heerdegen, 2018/03/09
- bug#18059: 24.3.92; defvar and special variables, Stefan Monnier, 2018/03/09
- bug#18059: 24.3.92; defvar and special variables, Noam Postavsky, 2018/03/11
- bug#18059: 24.3.92; defvar and special variables, Drew Adams, 2018/03/11
- bug#18059: 24.3.92; defvar and special variables, Noam Postavsky, 2018/03/14
- bug#18059: 24.3.92; defvar and special variables, Noam Postavsky, 2018/03/23
bug#18059: 24.3.92; defvar and special variables,
Eli Zaretskii <=