GNU bug report logs - #992
coding system for next command not honoured with C-u 0 C-x s

Previous Next

Package: emacs;

Reported by: Francesco Potorti` <pot <at> gnu.org>

Date: Wed, 17 Sep 2008 16:45:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Francesco Potorti` <pot <at> gnu.org>
Cc: 992 <at> debbugs.gnu.org
Subject: bug#992: coding system for next command not honoured with C-u 0 C-x s
Date: Tue, 30 Sep 2008 17:32:29 -0400
Does this patch DTRT?

*** trunk/lisp/international/mule-cmds.el.~1.339.~	2008-09-02 11:15:20.000000000 -0400
--- trunk/lisp/international/mule-cmds.el	2008-09-30 17:31:03.000000000 -0400
***************
*** 287,293 ****
  	 (cmd (key-binding keyseq))
  	 prefix)
  
!     (when (eq cmd 'universal-argument)
        (call-interactively cmd)
  
        ;; Process keys bound in `universal-argument-map'.
--- 287,293 ----
  	 (cmd (key-binding keyseq))
  	 prefix)
  
!     (when (memq cmd '(universal-argument digit-argument))
        (call-interactively cmd)
  
        ;; Process keys bound in `universal-argument-map'.

Diff finished.  Tue Sep 30 17:31:41 2008




This bug report was last modified 16 years and 290 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.