Re: Typing hash character

Stas Boukarev <[email protected]> Sat, 25 Jan 2025 20:36:46 +0300
Newsgroups gmane.lisp.steel-bank.general
Message-ID <CAF63=13Hn4GkF9CXh=Pv7XOf20b3W4CwUTagFCk7UmcvUU1+-Q@mail.gmail.com>
I used to do
(define-key key-translation-map (kbd "§") (kbd "`"))
(define-key key-translation-map (kbd "±") (kbd "~"))

for the international layout, which should probably also work for pounds too.

On Sat, Jan 25, 2025 at 8:30 PM Stas Boukarev <[email protected]> wrote:
>
> Option-stuff doesn't work in emacs.
>
> On Sat, Jan 25, 2025 at 12:55 PM Michał "phoe" Herda via Sbcl-help
> <[email protected]> wrote:
> >
> > For arglists, (sb-introspect:function-lambda-list #'reduce)
> >
> > As for hash, it looks like it's ⌥3 on macOS on British layouts. (https://apple.stackexchange.com/questions/361931/how-can-i-type-the-pound-hash-symbol-on-a-british-keyboard-when-in-terminal)
> >
> > On 25.01.2025 10:48, peter wrote:
> >
> > Further ... is there a quick & simple way to see the arglist of a function?
> >
> > On Sat, Jan 25, 2025 at 9:23 AM peter <[email protected]> wrote:
> >>
> >> How to enter (type) the hash character in Emacs-Slime-SBCL?
> >> (UK keyboard, MacOS 15,2)
> >>
> >>
> >
> >
> > _______________________________________________
> > Sbcl-help mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sbcl-help
> >
> > _______________________________________________
> > Sbcl-help mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sbcl-help


_______________________________________________
Sbcl-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-help