Gnus development mailing list
 help / color / mirror / Atom feed
* hardcoded mail-mode-map bug
@ 1996-01-29 20:35 Gord Matzigkeit
  0 siblings, 0 replies; only message in thread
From: Gord Matzigkeit @ 1996-01-29 20:35 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 168 bytes --]

Hi!

The attached patch fixes a bug in gnus-5.0.13 that broke tinymime.
Gnus clobbered tinymime's special mail-mode keymap, which is a very
bad thing.

Thanks,

--Gord

[-- Attachment #1.2: Type: text/plain, Size: 219 bytes --]

--
   Gord Matzigkeit    | Jaques Cousteau loved programming in assembler.
gord@enci.ucalgary.ca |  PGP mail preferred... finger -l me for my key.
Keyprint: D5 66 08 E0 4D F4 D7 7B 8A C8 8A 9C 7F 39 25 A7 - ID 339ABEB9

[-- Attachment #1.3: gnus.diff --]
[-- Type: application/octet-stream, Size: 977 bytes --]

*** ../trans/gnus-5.0.13/lisp/gnus-msg.el	Sat Dec  9 01:55:07 1995
--- gnus-msg.el	Mon Jan 29 13:10:40 1996
***************
*** 1560,1564 ****
  
  	(auto-save-mode auto-save-default)
! 	(use-local-map (copy-keymap mail-mode-map))
  	(local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit)
  
--- 1560,1564 ----
  
  	(auto-save-mode auto-save-default)
! 	(use-local-map (copy-keymap (current-local-map)))
  	(local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit)
  
***************
*** 1722,1726 ****
      (make-local-variable 'gnus-prev-winconf)
      (setq gnus-prev-winconf winconf)
!     (use-local-map (copy-keymap mail-mode-map))
      (local-set-key "\C-c\C-c" 'gnus-bug-mail-send-and-exit)
      (goto-char (point-min))
--- 1722,1726 ----
      (make-local-variable 'gnus-prev-winconf)
      (setq gnus-prev-winconf winconf)
!     (use-local-map (copy-keymap (current-local-map)))
      (local-set-key "\C-c\C-c" 'gnus-bug-mail-send-and-exit)
      (goto-char (point-min))


[-- Attachment #2: Type: application/pgp-signature, Size: 344 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-01-29 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-29 20:35 hardcoded mail-mode-map bug Gord Matzigkeit

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