bug-hyperbole
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23873: Emacs 24.0.94: With function argdesc bitstring, Elisp manual


From: Richard Stallman
Subject: bug#23873: Emacs 24.0.94: With function argdesc bitstring, Elisp manual does not say how to get arg list
Date: Fri, 01 Jul 2016 18:04:21 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > In a few places, Hyperbole uses its own function to overload existing
  > functions with its own and needs access to the function's argument
  > signature to do this.

Rather than provide a slightly cleaner way of doing this, I'd rather
we replace it with something much cleaner.

When Hyperbole is incorporated into Emacs, it should not override any
function definitions located elsewhere in Emacs.  Not one!

Instead, we should fix those function definitions to do what Hyperbole
needs.  Either we could include in their normal definitions the
functionality that Hyperbole uses, or we could give them hooks so that
Hyperbole can add functionality to them in a modular way.

-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]