Andy Stewart
9ee2b21d74
Update Todo list.
6 years ago
Andy Stewart
371c15a173
Make Pdf Viewer support bookmark.
6 years ago
Andy Stewart
e27ac3cf4d
Remove eaf-monitor-key-event, remap is enough.
6 years ago
Andy Stewart
417d17c2c5
Merge pull request #133 from clemera/integrate-browser-app-with-emacs-bookmark
...
Add bookmark feature for eaf browser
6 years ago
Clemens Radermacher
ac8572af5b
Return string from get_bookmark to implement dbus API
6 years ago
Clemens Radermacher
fd0e9c93a4
Refactor code
6 years ago
Clemens Radermacher
f4d759eee6
Use new python dbus call interface
6 years ago
Clemens Radermacher
042dd494c2
Merge branch 'master' into integrate-browser-app-with-emacs-bookmark
6 years ago
Andy Stewart
32d029ed8a
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Andy Stewart
465c3f3ec4
Define call_function interface.
6 years ago
Clemens Radermacher
0b839fc447
Don't offer default value for non eaf-buffers
6 years ago
Clemens Radermacher
a5f33de4be
More refactorings for bookmark feature
6 years ago
Clemens Radermacher
e159f4c1ea
Use set_bookmark on python side
6 years ago
Clemens Radermacher
32ffc9c2b0
Don't use browser prefix for bookmarking to keep it more general
6 years ago
Clemens Radermacher
3ad9477545
Make eaf--browser-full-title buffer local
6 years ago
Clemens Radermacher
cc872640af
Improve bookmark command
6 years ago
Clemens Radermacher
c78d58befa
Add binding for bookmarks in eaf-mode-map*
6 years ago
Clemens Radermacher
3277c1510c
Add command to open/create eaf bookmarks
6 years ago
Clemens Radermacher
271888c478
Use eaf prefix for eaf app bookmark entry
6 years ago
Clemens Radermacher
5e449517d5
Add bookmark feature for eaf browser
6 years ago
Andy Stewart
595d00bd85
Merge pull request #132 from clemera/ignore-captured-commands
...
Add `eaf-capture-commands`
6 years ago
Clemens Radermacher
bfd3a3173d
Add `eaf-capture-commands`
6 years ago
Andy Stewart
813767a1ea
Merge pull request #130 from MatthewZMD/this-command
...
`key-command` is unnecessary, `this-command` handles the job.
6 years ago
Matthew
7c62f50aa9
`key-command` is unnecessary, `this-command` handles the job.
...
Also Use `member` to compare commands
6 years ago
Andy Stewart
360f1d3f12
Merge pull request #129 from MatthewZMD/eaf-buffer-id-shadow
...
Fix Lexical argument shadows the dynamic variable eaf--buffer-id
6 years ago
Matthew
eca9b08f8d
Fix Lexical argument shadows the dynamic variable eaf--buffer-id
6 years ago
Andy Stewart
2d23bcf10f
Merge pull request #128 from MatthewZMD/stefan-advice
...
Use advice-add instead of the old defadvice by Stefan Monnier
6 years ago
Andy Stewart
e0b52d8420
Merge pull request #127 from MatthewZMD/stefan-var-refactor
...
Refactor Variables by Stefan Monnier
6 years ago
Matthew
b3d342c330
Use advice-add instead of the old defadvice by Stefan Monnier
6 years ago
Matthew
5a5847148d
Refactor var by Stefan Monnier
6 years ago
Andy Stewart
82191b4682
Merge pull request #126 from MatthewZMD/stefan-no-add-to-list
...
Don't use `add-to-list` on a local var and autoloads by Stefan Monnier
6 years ago
Andy Stewart
6072927f18
Merge pull request #125 from MatthewZMD/stefan-patch
...
Some cleanup by Stefan Monnier
6 years ago
Matthew
0c591a3e92
Don't use `add-to-list` on a local var by Stefan Monnier
6 years ago
Matthew
f7065c1e5c
Some cleanup by Stefan Monnier
6 years ago
Andy Stewart
6a7d21c298
Merge pull request #124 from clemera/new-keymap-features
...
New keymap features and fix some key problems
6 years ago
Clemens Radermacher
ac5675282e
Respect default value of emulation-mode-map-alists
6 years ago
Clemens Radermacher
c4c873cd51
Ensure eaf buffer map has precedence
6 years ago
Clemens Radermacher
ed85316f03
Remap and add default binding just to be sure
6 years ago
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
7076690d8f
Merge pull request #122 from MatthewZMD/readme-default-browser
...
Instruction to make EAF Browser default ;)
6 years ago
Andy Stewart
31d3674681
Merge pull request #123 from clemera/refactor-mode-macro
...
Refactor mode macro and derive from fundamental-mode
6 years ago
Andy Stewart
6b63a92594
Fix #121 , use equal instead eq.
6 years ago
Andy Stewart
c76fe8cd66
Merge pull request #121 from MatthewZMD/stefan-small-refactors
...
Code cleanup and Refactors by Stefan Monnier
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
1fd5da6289
Instruction to make EAF Browser default ;)
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
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