From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Pranshu Sharma <pranshusharma366@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [nongnu] elpa/haskell-ts-mode df8d369037: remove indent function useless replace by M-q
Date: Sun, 29 Dec 2024 14:45:24 -0500 [thread overview]
Message-ID: <jwvjzbi8ecr.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20241229180015.5FF2FD973AF@vcs3.savannah.gnu.org> (ELPA Syncer's message of "Sun, 29 Dec 2024 13:00:15 -0500 (EST)")
> branch: elpa/haskell-ts-mode
> commit df8d3690375a14ede7079640bc326111f1fb3ddd
> Author: Pranshu Sharma <pranshu@pebl>
> Commit: Pranshu Sharma <pranshu@pebl>
>
> remove indent function useless replace by M-q
[...]
> (defvar-keymap haskell-ts-mode-map
> :doc "Keymap for haskell-ts-mode."
> "C-c C-c" 'haskell-ts-compile-region-and-go
> "C-c C-r" 'run-haskell
> - "C-M-q" 'haskell-ts-indent-defun)
> + 'haskell-ts-indent-defun)
This last line doesn't look right.
[ Also, I'd recommend you use #' to quote function names. ]
Stefan
next parent reply other threads:[~2024-12-29 19:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <173549521472.300001.3703786856066422485@vcs3.savannah.gnu.org>
[not found] ` <20241229180015.5FF2FD973AF@vcs3.savannah.gnu.org>
2024-12-29 19:45 ` Stefan Monnier [this message]
2024-12-31 8:55 ` [nongnu] elpa/haskell-ts-mode df8d369037: remove indent function useless replace by M-q Pranshu
2024-12-31 8:56 ` Pranshu
2024-12-31 15:14 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvjzbi8ecr.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=pranshusharma366@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.