all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#53160: 29.0.50; fcitx5 will freeze Emacs with pre-edited text enabled
@ 2022-01-10 13:49 Eason Huang
  2022-01-11  0:43 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-01-22  4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 11+ messages in thread
From: Eason Huang @ 2022-01-10 13:49 UTC (permalink / raw)
  To: 53160


With latest version of Emacs 29.0.50, @Po Lu implement a nice feature to
support showing pre-edited text of Fcitx5(A Chinese input method).

But when I enable this new feature, Fcitx5 will freeze Emacs sometimes.
Fcitx5 works well on gedit.

Can anyone help to fixed this issue?


In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
 of 2022-01-10 built on lilydjwg
Repository revision: d5cf772cad1773f5e40f85c51199632721050f65
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101003
System Description: Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games
 --with-sound=alsa --with-modules --without-libotf --without-m17n-flt
 --without-gconf --without-gsettings --with-sound=no --with-xwidgets
 --without-gpm '--program-transform-name=s/\([ec]tags\)/\1.emacs/'
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
 CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2
LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP
SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM XWIDGETS
GTK3 ZLIB

Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=fcitx5
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media rmc puny
dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg
rfc6068 epg-config gnus-util text-property-search time-date seq gv
subr-x byte-opt bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget keymap hashtable-print-readable backquote threads
xwidget-internal dbusbind inotify lcms2 dynamic-setting
font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 16 46456 9465)
 (symbols 48 5691 1)
 (strings 32 15696 1943)
 (string-bytes 1 505668)
 (vectors 16 11774)
 (vector-slots 8 163372 16707)
 (floats 8 21 52)
 (intervals 56 400 4)
 (buffers 992 11))





^ permalink raw reply	[flat|nested] 11+ messages in thread
* GNU Emacs: A configurable browser
@ 2022-01-15  7:07 Anand Tamariya
  2022-01-15  7:31 ` Po Lu
  0 siblings, 1 reply; 11+ messages in thread
From: Anand Tamariya @ 2022-01-15  7:07 UTC (permalink / raw)
  To: Emacs Devel

[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]

Now you can use GNU Emacs as a full featured and easily configurable
browser. Here's a short video demonstrating the features.

*Video:* https://youtu.be/y1k_lA2VUYg

*Features:*
- Adblock
- Disabled tracking API (navigator.sendBeacon())
- Inline videos à la Youtube
- Hit-a-Hint
- Keyboard based navigation: left/right character for left/right scroll,
prev/next line, prev/next page, beginning/end of buffer for top/end of
page, +/-/z for zoom in/out/reset
- Multi-input modes: single key interactive mode, line input mode via
minibuffer and textarea input mode via new buffer
- Password auto-fill and management via authinfo
- Configurable Home page and search URL
- Bookmarks
- Download unsupported mime types
- User script à la Tampermonkey / Greasemonkey
- User styles
- Developer tools / Web Inspector

Finally you can have a browser as you want.

*Details:*
https://lifeofpenguin.blogspot.com/2022/01/gnu-emacs-configurable-browser.html
*Code:*
https://gitlab.com/atamariya/emacs/-/blob/dev/src/xwidget.c

https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/xwidget.el
https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/webkit/webkit-ace.el

https://gitlab.com/atamariya/emacs/-/blob/dev/etc/webkit/hints.js
https://gitlab.com/atamariya/emacs/-/blob/dev/etc/webkit/hints.css

[-- Attachment #2: Type: text/html, Size: 1953 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-22  4:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-10 13:49 bug#53160: 29.0.50; fcitx5 will freeze Emacs with pre-edited text enabled Eason Huang
2022-01-11  0:43 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]   ` <tencent_39DECD21B9D497C0126B24B48D2970B83507@qq.com>
     [not found]     ` <1828565066.1363813.1641906858965@mail.yahoo.com>
2022-01-11 13:56       ` Eason Huang
2022-01-12  0:51         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-12  3:30           ` Eason Huang
2022-01-13  2:13             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-22  4:34 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  -- strict thread matches above, loose matches on Subject: below --
2022-01-15  7:07 GNU Emacs: A configurable browser Anand Tamariya
2022-01-15  7:31 ` Po Lu
2022-01-16  2:42   ` Akira Kyle
2022-01-16  3:01     ` Po Lu
2022-01-16  4:11       ` bug#53160: 29.0.50; fcitx5 will freeze Emacs with pre-edited text enabled Eason Huang
2022-01-16  5:32         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-16 16:52           ` Eason Huang
2022-01-17  0:31         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.