all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
Subject: flyspell
Date: Tue,  7 Jun 2005 16:28:06 +0200 (CEST)	[thread overview]
Message-ID: <20050607142806.7407010840@cc.at.coli.uni-sb.de> (raw)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

I do not manage to compile the bootstrap version of Emacs anymore
because of missing autoload cookies in flyspell.el.  A patch is
included:

Index: lisp/textmodes/flyspell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/flyspell.el,v
retrieving revision 1.65
diff -c -r1.65 flyspell.el
*** lisp/textmodes/flyspell.el  6 Jun 2005 21:06:19 -0000       1.65
--- lisp/textmodes/flyspell.el  7 Jun 2005 13:14:30 -0000
***************
*** 58,63 ****
--- 58,64 ----
  ;*---------------------------------------------------------------------*/
  ;*    Which emacs are we currently running                             */
  ;*---------------------------------------------------------------------*/
+ ;;;###autoload
  (defvar flyspell-emacs
    (cond
     ((string-match "XEmacs" emacs-version)
***************
*** 66,71 ****
--- 67,73 ----
      'emacs))
    "The type of Emacs we are currently running.")
  
+ ;;;###autoload
  (defvar flyspell-use-local-map
    (or (eq flyspell-emacs 'xemacs)
        (not (string< emacs-version "20"))))
***************
*** 262,272 ****
--- 264,276 ----
    :group 'flyspell
    :type '(choice string (const nil)))
  
+ ;;;###autoload
  (defcustom flyspell-use-meta-tab t
    "*Non-nil means that flyspell uses META-TAB to correct word."
    :group 'flyspell
    :type 'boolean)
  
+ ;;;###autoload
  (defcustom flyspell-auto-correct-binding
    [(control ?\;)]
    "The key binding for flyspell auto correction."
***************
*** 421,426 ****
--- 425,431 ----
      (define-key map [(control \.)] 'flyspell-auto-correct-word)
      map))
  
+ ;;;###autoload
  (defvar flyspell-mode-map
    (let ((map (make-sparse-keymap)))
      ;; mouse, keyboard bindings and misc definition

             reply	other threads:[~2005-06-07 14:28 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-07 14:28 Frederik Fouvry [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-29  1:27 flyspell Hadron Quark
2006-08-29 13:12 ` flyspell Hadron Quark
2002-11-14 15:04 Flyspell Tormod Omholt-Jensen
2002-11-14 15:14 ` Flyspell Jesper Harder
2002-11-14 22:32   ` Flyspell Jason Rumney
2002-11-22 15:56     ` Flyspell Michael Hudson
2002-11-22 16:45       ` Flyspell Andrew Choi
2002-12-04 22:47       ` Flyspell Edward Dodge
2002-12-05 16:19         ` Flyspell Michael Hudson
2002-12-05 16:49           ` Flyspell Schone Mullerin
2002-12-05 17:56             ` Flyspell Michael Hudson
2002-12-06 23:17               ` Flyspell Jason Rumney
2002-12-11 13:22                 ` Flyspell Michael Hudson
2002-11-14 19:35 ` Flyspell ken
     [not found] ` <mailman.1037305366.13093.help-gnu-emacs@gnu.org>
2002-11-14 21:22   ` Flyspell Benjamin Lewis
2002-10-15 23:39 flyspell Tim Cross
2002-10-16  2:15 ` flyspell Matt Armstrong
2002-10-16  7:06 ` flyspell Charles Muller
2002-10-17 22:56 ` flyspell Tim Cross

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=20050607142806.7407010840@cc.at.coli.uni-sb.de \
    --to=fouvry@coli.uni-sb.de \
    /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.