Closed casouri closed 4 years ago
That's absolutely fine :)
helpful--start-buffer
is just used for the default value when prompting the user for a buffer.
helpful--associated-buffer
is used when viewing the buffer-local value of a variable.
They're nil
by default anyway. You shouldn't need to use private helpful--foo
variables, so I'm interested to hear if you have any cases of variables that should be public helpful-foo
.
I'm using helpful as a backend and sometimes I can't provide a
helpful--start-buffer
for it. Will nil-valuedhelpful--start-buffer
andhelpful--associated-buffer
cause any problem? Thanks.