Package: windows-el
Version: 2.41-3
Severity: important
From `M-x view-emacs-news':
* Incompatible Lisp Changes in Emacs 24.3
...
** Some obsolete functions, variables, and faces have been removed:
*** `last-input-char', `last-command-char', `unread-command-char'
windows-el doesn't work with Emacs 24.3 because of `last-command-char'.
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages windows-el depends on:
ii emacs24 [emacsen] 24.3+1-1
windows-el recommends no packages.
windows-el suggests no packages.
-- Configuration Files:
/etc/emacs/site-start.d/50windows-el.el changed:
;;; windows-init.el
(or (and (boundp 'noninteractive) noninteractive)
(progn
(setq load-path
(cons
(concat "/usr/share/" (symbol-name debian-emacs-flavor)
"/site-lisp/windows")
load-path))
))
; (require 'windows)
; (win:startup-with-window)
; (define-key ctl-x-map "C" 'see-you-again)))
;;; windows-init.el ends here
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]