Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjoh@charly.informatik.uni-dortmund.de>
Subject: `S D r' and tm-edit
Date: 19 Apr 1996 16:58:50 +0200	[thread overview]
Message-ID: <vafwx3cl0ph.fsf@ls6.informatik.uni-dortmund.de> (raw)

Hi all,

using tm-gnus/version "7.34 for September" and sgnus-0.75 I get the
following error when trying to do `S D r':

Signalling: (wrong-type-argument keymapp nil)
  copy-keymap(nil)
  mime/editor-mode()
  (or (and (boundp ...) mime/editor-mode-flag) (mime/editor-mode))
  mime/editor-mode-maybe()
  run-hooks(message-setup-hook)
  message-setup(((To . "grossjoh")))
  message-resend("grossjoh")
  gnus-summary-resend-message("grossjoh")
  call-interactively(gnus-summary-resend-message)

Here's mime/editor-mode-maybe and some other stuff from .emacs:

;; -- tm --
(load-library "mime-setup")
(setq mime-setup-use-sc t)
(setq mime-setup-use-signature nil)
(setq mime-signature-file nil)
(setq signature-file-name nil)

(defun mime/editor-mode-maybe ()
  (interactive)
  (or (and (boundp 'mime/editor-mode-flag) mime/editor-mode-flag)
      (mime/editor-mode)))
(remove-hook 'message-setup-hook 'mime/editor-mode)
(add-hook 'message-setup-hook 'mime/editor-mode-maybe)

Has anybody seen something similar?

kai
--
There ain't no cure for the summertime blues.


             reply	other threads:[~1996-04-19 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-19 14:58 Kai Grossjohann [this message]
1996-04-19 17:03 ` 守岡 知彦 / MORIOKA Tomohiko

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=vafwx3cl0ph.fsf@ls6.informatik.uni-dortmund.de \
    --to=grossjoh@charly.informatik.uni-dortmund.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.
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 NNTP newsgroup(s).