François Thiré <[email protected]> writes: > Hi, > > I'm quite disapointed that I didn't find a correct answer for my > problem. Indeed, I'm using emacs in console with haskell-mode. The > problem is that some shortcuts can't be made like these ones : > > - Ctrl-c Ctrl-= > - Ctrl-c Ctrl-. > - Ctrl-c Ctrl-| > > And this is the case for most users using emacs in console. > > 1)I wonder if by default it would be better if the shortcuts would be > like > > - Ctrl-c M-= > - Ctrl-c M-. > - Ctrl-c M-| > > 2) How can I change these shortcuts ? How do I find the command > associate with these ?
Hi, First, you mention that you didn't find a correct answer for your problem. Did you send a mail to the list previously? I couldn't find any other mail from you in the gmane archive of this list. As for C-c C-=, C-c C-., and C-c C-|, as far as I can tell, only C-c C-. is bound in my haskell-mode (in GUI Emacs) -- it is bound to the `haskell-mode-format-imports' function. -Keshav _______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
