Bug#519883: please upgrade to allow users to use spacebar

Trent W. Buck trentbuck at gmail.com
Sun Mar 15 23:17:29 UTC 2009


On Mon, Mar 16, 2009 at 05:16:47AM +0800, jidanni at jidanni.org wrote:
> E.g. in .emacs, we can do (global-set-key (quote [home]) (quote
> beginning-of-buffer))

FYI, (quote [home]) is equivalent to [home], as the square brackets
denote a literal vector.  Cf. (kbd "<home>").  Theoretically you'd
also use (function beginning-of-buffer), though it behaves identically
to (quote beginning-of-buffer) except when byte-compiling.





More information about the Pkg-webkit-maintainers mailing list