By the way:
1. header-line looks ugly when tab-line is enabled, what about add a custom variable.
2. I can not open a link when left-click with mouse,  any way to deal with it ?
3. right-click mouse will pop menu, but it's position can outside emacs.







At 2021-11-07 13:52:04, "Po Lu" <luangruo@yahoo.com> wrote: >tumashu <tumashu@163.com> writes: > >> What does SNAP mean? any suggest value to three variables? > >It tricks WebKitGTK into thinking it's running in Snap, which prevents >it from going down the buggy code path. > >Any value should suffice, but all three variables must be set. For >instance, you can do: > > $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs > >Thanks.