[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21435: 25.0.50; file-notify has problems after renames
From: |
Tassilo Horn |
Subject: |
bug#21435: 25.0.50; file-notify has problems after renames |
Date: |
Wed, 09 Sep 2015 08:13:15 +0200 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> But just typing in "info locals" in the *gud-bootstrap-emacs* buffer is
>> about the same, no? And that shows
>>
>> event = {kind = FILE_NOTIFY_EVENT, part = scroll_bar_nowhere, code = 0,
>> modifiers = 0, x = 0, y = 0, timestamp = 0, frame_or_window = 0, arg = 0}
>>
>> whereas the relevant line in the locals GUD window is just
>>
>> struct input_event event nil
>>
>> So that looks like a bug. I guess I should report this, or will you fix
>> this right now?
>
> Please report it, with a test case. A C struct can never be nil, so
> this is a clear bug.
Done: bug#21438.
But it actually seems to be intentional. GUD uses the --simple-values
option when getting the values of the locals, and then all variables of
complex types have no value and nil is printed. Well, in the report I
suggest to use something like <non-simple value> instead to make it
obvious that the value is not nil but simply not displayed.
Bye,
Tassilo
- bug#21435: 25.0.50; file-notify has problems after renames, (continued)
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/10
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/10
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/10
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/10
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/10
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/11
bug#21435: 25.0.50; file-notify has problems after renames, Tassilo Horn, 2015/09/08
bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/20
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/20
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Eli Zaretskii, 2015/09/21
- bug#21435: 25.0.50; file-notify has problems after renames, Michael Albinus, 2015/09/21