Gnus development mailing list
 help / color / mirror / Atom feed
* `S D r' and tm-edit
@ 1996-04-19 14:58 Kai Grossjohann
  1996-04-19 17:03 ` 守岡 知彦 / MORIOKA Tomohiko
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Grossjohann @ 1996-04-19 14:58 UTC (permalink / 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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: `S D r' and tm-edit
  1996-04-19 14:58 `S D r' and tm-edit Kai Grossjohann
@ 1996-04-19 17:03 ` 守岡 知彦 / MORIOKA Tomohiko
  0 siblings, 0 replies; 2+ messages in thread
From: 守岡 知彦 / MORIOKA Tomohiko @ 1996-04-19 17:03 UTC (permalink / raw)
  Cc: ding

>>>>> In <vafwx3cl0ph.fsf@ls6.informatik.uni-dortmund.de>
>>>>>	Kai Grossjohann <grossjoh@charly.informatik.uni-dortmund.de> wrote:

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

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

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

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

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

Kai> Has anybody seen something similar?

  I think following log is similar to your problem:

======================================================================
Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>

	* tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
	does not properly restore keymap in XEmacs. (cf. [tm-en:337])
======================================================================

Please try tm 7.44 or later (maybe tm 7.50 is better).

  Regards,
----------------------------------------------------------------------
MORIOKA Tomohiko <morioka@jaist.ac.jp>
        Japan advanced Institute of Science and Technology, Hokuriku
                Asahi-dai, Tatsu-no-kuchi chô, Nomi, Ishikawa, Japan
----------------------------------------- Frisch, Frei, Freöhlich! ---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-04-19 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-19 14:58 `S D r' and tm-edit Kai Grossjohann
1996-04-19 17:03 ` 守岡 知彦 / MORIOKA Tomohiko

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).