Bug#690842: ddskk: affects load-theme background color

2012-10-21 Thread Tatsuya Kinoshita
tags 690842 - upstream
tags 690842 + fixed-upstream pending
thanks

This bug has been fixed in the upstream CVS repository.

Will be fixed in the next upload.

Thanks,
--
Tatsuya Kinoshita


pgpJDKhS4seTW.pgp
Description: PGP signature


Bug#690842: ddskk: affects load-theme background color

2012-10-20 Thread Tatsuya Kinoshita
forwarded 690842 http://mail.ring.gr.jp/skk/201210/msg2.html
tags 690842 + sid upstream
thanks

On October 18, 2012 at 10:07PM +0900,
yashi (at atmark-techno.com) wrote:

 If I install ddskk, load-theme in emacs24 does not work properly.  That
 is, even if you select tango dark theme, the background color stays
 white.

This problem occurs if ccc-setup is loaded in emacs24.

To workaround:

  - Add the following code to ccc.el
# editor /usr/share/emacs/site-lisp/ddskk/ccc.el

(defun ccc-set-current-color ()
  (setq default-cursor-color (current-cursor-color)
default-foreground-color (current-foreground-color)
default-background-color (current-background-color))
  (set-frame-cursor-color (selected-frame) (current-cursor-color))
  (set-frame-foreground-color (selected-frame) (current-foreground-color))
  (set-frame-background-color (selected-frame) (current-background-color)))

(defadvice enable-theme (after ccc-ad activate)
  (ccc-set-current-color))

(defadvice disable-theme (after ccc-ad activate)
  (ccc-set-current-color))

  - Recompile ddskk for emacs24
# /usr/lib/emacsen-common/packages/remove/ddskk emacs24
# /usr/lib/emacsen-common/packages/install/ddskk emacs24

Thanks,
--
Tatsuya Kinoshita


pgp3sTNEfj183.pgp
Description: PGP signature


Bug#690842: ddskk: affects load-theme background color

2012-10-18 Thread Yasushi SHOJI
Package: ddskk
Version: 14.4-3
Severity: normal

Dear Maintainer,

If I install ddskk, load-theme in emacs24 does not work properly.  That
is, even if you select tango dark theme, the background color stays
white.

This is reproduceable with package installation and removal.

1) install ddskk and emacs24
   sudo apt-get install ddskk emacs24

2) run emacs24 with --no-init-file
   emacs24 --no-init-file

3) load tango-dark theme
   M-x load-theme tango-dark

Let me know if you need more info.

Thanks,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ddskk depends on:
ii  apel  10.8-2
ii  dpkg  1.16.8
ii  emacs24   24.2+1-1
ii  install-info  4.13a.dfsg.1-10

Versions of packages ddskk recommends:
ii  skkdic  20110529-1

Versions of packages ddskk suggests:
ii  dictionaries-common  1.12.10
pn  eieionone
pn  kakasi   none
pn  lookup-elnone
ii  ruby1.8  1.8.7.358-5
ii  skkdic   20110529-1
pn  skkdic-extra none
pn  skktools none
pn  w3m-el   none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org