Clemens Radermacher
e0e4fe8908
Don't hardcode C-h m, remap describe-bindings
6 years ago
Clemens Radermacher
615f039a00
Add a `eaf-mode-map*` and `eaf-describe-bindings`
6 years ago
Andy Stewart
6b63a92594
Fix #121 , use equal instead eq.
6 years ago
Clemens Radermacher
79c346610c
Add note about window-combination-resize
6 years ago
Clemens Radermacher
86790adea7
Refactor mode macro and derive from fundamental-mode
6 years ago
Matthew
14ff24d346
Refactors by Stefan Monnier
...
- Prefer derived-mode-p to testing major-mode.
- Quote some vars in docstrings so they appear as hyperlinks in *Help*.
- Remove single-backslashes from strings when they don't do anything
(e.g. "\/\/" is the same string as "//").
- A few eta-like rewrites to reduce some code duplication.
6 years ago
Clemens Radermacher
2b14daa424
Add internal eaf prefixes for buffer-url and buffer-app-name
6 years ago
Clemens Radermacher
8ce1355d03
Use internal double dash prefix
6 years ago
Matthew
12167c4406
Custom group patch from Stefan Monnier
6 years ago
Clemens Radermacher
6fc592c53f
Add eaf prefix to buffer-id variable and declare the variable
6 years ago
Clemens Radermacher
95f03e7f5a
Use eaf prefix for dummy commands to avoid name conflicts
6 years ago
Clemens Radermacher
f10db6a125
Fix comment description
6 years ago
Andy Stewart
c3ad50ad05
Clean unused comment.
6 years ago
Clemens Radermacher
3b11b61f2d
Don't reuse eaf-monitor-key-event for dummy command
6 years ago
Clemens Radermacher
cae53af6aa
Add new function to execute app command programmatically
6 years ago
Clemens Radermacher
f848556e6f
Invoke eaf-monitor-key-event from dummy command if needed
6 years ago
Clemens Radermacher
96c4a7dbb1
Enable lexical-binding
6 years ago
Clemens Radermacher
b28f824651
Remove optional arg for now it belong to other PR
6 years ago
Clemens Radermacher
07f3857874
Allow multi key sequences for app keys
6 years ago
Andy Stewart
bcf6531d50
Simple the implementation of eaf-monitor-key-event.
6 years ago
Andy Stewart
c09e7a4915
Fix typo.
6 years ago
Andy Stewart
571eda0ec1
use derived-mode-p instead eq major-mode
6 years ago
Andy Stewart
2ef8308241
Refactory eaf-monitor-key-event.
6 years ago
Andy Stewart
c48cda5bf9
Use eaf-single-key-list refactory code.
6 years ago
Andy Stewart
6c34f7a50c
Fix #110 , make eaf-monitor-key-event running in local buffer, avoid interactive command run twice.
6 years ago
Matthew
4b1fe0197e
Fix #106
6 years ago
Andy Stewart
7c5e30772c
Rename keybinding variable.
6 years ago
Clemens Radermacher
54e78772aa
Map app names to key lists in `eaf-app-binding-alist'
6 years ago
Andy Stewart
ba8df8ab70
Fix #103 , add eval_in_emacs signal.
6 years ago
Matthew
c4faf215f2
Use cl-loop instead of loop
6 years ago
Andy Stewart
2b7fed5732
Fix #101 , add set_emacs_var interface use for pass data from Python to Elisp
6 years ago
Andy Stewart
0d19068c66
No matter how many elisp variables, only called once DBus method
6 years ago
Andy Stewart
5956827745
Fix #100 : add eaf-browser-enable-plugin and eaf-browser-enable-plugin
6 years ago
Andy Stewart
3d0a8d9a7b
Remove debug print code.
6 years ago
gaowei
3f4c713158
修复拼写错误
6 years ago
Matthew
5d87ba8017
Better identify eaf key
6 years ago
Matthew
f6e95fbbd2
Revert variable names and compatibilities
6 years ago
Matthew
ce4139a6ab
Separate single keystroke from combinations
6 years ago
Matthew
936d384648
Remove testing line
6 years ago
Mingde Zeng
f8dca287ae
Redesign EAF binding, introducing eaf-bind-key, support C-h m ( #3 )
...
* Experimenting with bind-keys
* Redesign EAF binding, introducing eaf-bind-key, support C-h m
6 years ago
Matthew
6b55ac2103
Make eaf-var-list defcustom
6 years ago
Mingde Zeng
0300576ad3
Create eaf-setq macro, so user can omit backquote
6 years ago
Matthew
97be4cc002
Rename eaf-setq to eaf-set
6 years ago
Matthew
89a7750e7e
Customization instruction on README
6 years ago
Matthew
fba8486852
Initiliaze var in defvar instead. Otherwise eaf-setq is called later
6 years ago
Matthew
33bc3cf57c
New API, eaf-setq on the Emacs side, custom save camera directory
6 years ago
Matthew
8826d9970b
Minor fixes, use const EAF_DBUS_NAME whenever possible
6 years ago
Andy Stewart
318718bf80
Press i in pdf viewer to inverted color.
6 years ago
Matthew
2724fa01e4
Revert buffer-read-only
6 years ago
Andy Stewart
3c4485b160
Fix #82 , take photo support now.
6 years ago