From: Matthias Meulien <orontee@gmail.com>
To: 16394@debbugs.gnu.org
Subject: bug#16394: [PATCH] Custom option to turn Flyspell mode on in prog modes
Date: Thu, 12 Dec 2013 00:17:25 +0100 [thread overview]
Message-ID: <fwiotvtx6z.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <2643591.vy3k34KHB8@descartes> ("\"Rudiger" Sonderfeld"'s message of "Mon, 09 Dec 2013 14:28:49 +0100")
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
Package: emacs
Tags: patch
Severity: wishlist
Version: 24.3
[ resent from
http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00353.html ]
> Looks good. But I don't think `turn-on-flyspell-prog' is needed
> because `flyspell-prog-mode' already turns the mode on
> unconditionally. (Although maybe the latter should be
> reconsidered.)
You are right. The following works well.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-progmodes-prog-mode.el-Add-custom-options-to-mo.patch --]
[-- Type: text/x-diff, Size: 912 bytes --]
>From 29893db295fa1d01f9eec0f3f029b33d9a523a49 Mon Sep 17 00:00:00 2001
From: Matthias Meulien <orontee@gmail.com>
Date: Thu, 12 Dec 2013 00:09:16 +0100
Subject: [PATCH] lisp/progmodes/prog-mode.el: Add custom options to mode hook
---
lisp/progmodes/prog-mode.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index b3ed328..f325a67 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -35,6 +35,12 @@
"Generic programming mode, from which others derive."
:group 'languages)
+(defcustom prog-mode-hook nil
+ "Normal hook run when entering Text mode and many related modes."
+ :type 'hook
+ :options '(flyspell-prog-mode abbrev-mode flymake-mode linum-mode)
+ :group 'prog-mode)
+
(defvar prog-mode-map
(let ((map (make-sparse-keymap)))
(define-key map [?\C-\M-q] 'prog-indent-sexp)
--
1.8.5.1
[-- Attachment #3: Type: text/plain, Size: 14 bytes --]
--
Matthias
next parent reply other threads:[~2013-12-11 23:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87ppp6vpjv.fsf@gmail.com>
[not found] ` <2643591.vy3k34KHB8@descartes>
2013-12-11 23:17 ` Matthias Meulien [this message]
2014-08-08 14:10 ` bug#16394: [PATCH] Custom option to turn Flyspell mode on in prog modes Rüdiger Sonderfeld
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fwiotvtx6z.fsf@fencepost.gnu.org \
--to=orontee@gmail.com \
--cc=16394@debbugs.gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).