GNU bug report logs -
#48281
buffer_local_value and find_symbol_value duplicate functionality
Previous Next
Reported by: Spencer Baugh <sbaugh <at> catern.com>
Date: Fri, 7 May 2021 22:45:02 UTC
Severity: normal
Tags: wontfix
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
find_symbol_value is described as:
Find the value of a symbol, returning Qunbound if it's not bound.
buffer_local_value does the same, except that it allows one to specify a
buffer.
Yet they both implement symbol lookup, without sharing code. And given
that the comment above find_symbol_value says "Great care is required
for this.", I'm guessing that one or both of them may have bugs that the
other does not. Especially because buffer_local_value is simpler than
find_symbol_value, despite doing an ostensibly more complicated job...
How about unifying them into a single function? Would a patch doing
that be accepted?
Alternatively, maybe I'm missing some detail about why they're
different?
This bug report was last modified 2 years and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.