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
Andy Stewart
d4066ad61d
Merge pull request #120 from MatthewZMD/stefan-custom-group-patch
...
Custom group patch from Stefan Monnier
6 years ago
Andy Stewart
611dfede4e
Merge pull request #116 from clemera/add-prefix-to-buffer-id-variable
...
Refactor namings
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
Andy Stewart
52cb478394
Merge pull request #115 from clemera/use-prefix-for-eaf-dummy-commands
...
Use prefix for eaf dummy commands
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
Andy Stewart
36c4616a92
Merge pull request #114 from clemera/allow-to-execute-app-cmds-programmatically
...
Allow to execute app cmds programmatically
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
Andy Stewart
2eacfd7233
Merge pull request #113 from clemera/allow-multi-key-sequences-for-app-keys
...
Allow multi key sequences for app keys
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
dd647100ad
Support exclamation mark on Python side.
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
cd342d5b9b
Update HACKING.md with add update_settings interface docs.
6 years ago
Andy Stewart
3ff7829b4b
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
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
Andy Stewart
bf071dc471
Merge pull request #111 from luhuaei/master
...
fix click link failed on small scale.
6 years ago
luhuaei
272629e84d
fix click link failed on small scale.
6 years ago
Andy Stewart
901f2e317e
Merge pull request #108 from MatthewZMD/patch-1
...
Update KEYBINDING.md
6 years ago
Andy Stewart
c49ce093a2
Merge pull request #109 from MatthewZMD/patch-2
...
Update TODOLIST.md
6 years ago
Mingde Zeng
34815dd6c3
Update TODOLIST.md
6 years ago
Mingde Zeng
195081092c
Update KEYBINDING.md
6 years ago
Andy Stewart
e3fa1f16de
Merge pull request #107 from MatthewZMD/master
...
Fix #106 , make URL regex identify IP address
6 years ago
Matthew
4b1fe0197e
Fix #106
6 years ago
Andy Stewart
f7bc308755
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Andy Stewart
7c5e30772c
Rename keybinding variable.
6 years ago
Andy Stewart
51f69fe7df
Merge pull request #105 from clemera/refactor-app-key-usage
...
Map app names to key lists in `eaf-app-binding-alist'
6 years ago
Clemens Radermacher
54e78772aa
Map app names to key lists in `eaf-app-binding-alist'
6 years ago
Andy Stewart
0496855857
Add docs of set_emacs_var and eval_in_emacs
6 years ago
Andy Stewart
37e75ef907
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Andy Stewart
ba8df8ab70
Fix #103 , add eval_in_emacs signal.
6 years ago
Andy Stewart
a646ee7857
Merge pull request #102 from MatthewZMD/master
...
Use cl-loop instead of loop
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
914412f67c
Add todolist.
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