Activity log for bug #980509

Date Who What changed Old value New value Message
2012-04-13 05:22:48 Diep Pham bug added bug
2012-04-13 05:26:54 Diep Pham description Strange behaviour of ibus-el. I'm using emacs in daemon mode. If I start emacsclient like: emacsclient -c I can use ibus-toggle normally. But if i start emacsclient with a file name like: emacsclient -c aa.txt When use ibus-toggle, I get IBus: Couldn't receive data from agent. Any one can confirm this bug? My ibus-el config: (require 'ibus) ;; (add-hook 'after-init-hook 'ibus-mode-on) (add-hook 'after-make-frame-functions (lambda (new-frame) (select-frame new-frame) (or ibus-mode (ibus-mode-on)))) Strange behaviour of ibus-el. I'm using emacs in daemon mode. If I start emacsclient like:     emacsclient -c I can use ibus-toggle normally. But if I start emacsclient with a file name like:     emacsclient -c aa.txt When use ibus-toggle, I get IBus: Couldn't receive data from agent. Any one can confirm this bug? My ibus-el config: (require 'ibus) ;; (add-hook 'after-init-hook 'ibus-mode-on) (add-hook 'after-make-frame-functions           (lambda (new-frame)             (select-frame new-frame)             (or ibus-mode (ibus-mode-on)))) P/S: If I start emacsclient with `emacsclient -c` and use ibus-toggle, then I can use ibus-toggle normally in frame start with `emacsclient -c aa.txt`.
2018-05-22 02:14:23 Diep Pham ibus.el: status New Incomplete