Hollow Man
57546b3fa5
Patch for Change Request in #324
6 years ago
Matthew Zeng
b4e2d15a0b
Merge pull request #322 from HollowMan6/Fix-Refuse-Term-Err
...
Terminal: Fix error in connection establishment: net::ERR_CONNECTION_REFUSED
6 years ago
Hollow Man
a21b952fc7
patch for #319 ( #323 )
...
* patch for #319
* Patch Change Request in #323
6 years ago
Hollow Man
c559d4e671
Terminal: Fix error in connection establishment: net::ERR_CONNECTION_REFUSED
6 years ago
Matthew Zeng
19f8224fcb
Merge pull request #320 from HollowMan6/Engdoc
...
Fix typos in #319
6 years ago
Hollow Man
239f6b5de0
Fix typos
6 years ago
Andy Stewart
c912358a28
Merge pull request #319 from HollowMan6/Engdoc
...
Core: English documentation for all functions
6 years ago
Hollow Man
8dc6284b02
Add English documentation for Core Browser functions
6 years ago
Hollow Man
73e2201de7
Fix typos
6 years ago
Hollow Man
1b5e23ba1e
Add English documentation for EAF functions
6 years ago
Mingde (Matthew) Zeng
4a53e9d888
Try to require tab-line instead of checking emacs version
...
Fixes #317
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
08d66b3ff0
Fix #317
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Matthew Zeng
22fb0b9538
Merge pull request #316 from wpchou/master
...
support emacs 27 tab-line-mode
6 years ago
wenpin
11af5aafc2
support emacs 27 tab-line-mode
...
tab-line-mode news: https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.27#L2755
6 years ago
Mingde (Matthew) Zeng
7a55c741e0
README: add documentation about Emacs bookmark support
6 years ago
Mingde (Matthew) Zeng
848b3a3f3d
README: revise installation instruction
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
58a00fc5ea
browser: Ignore temp_html_file and about:blank
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
8344e61898
terminal: Fix change_title and make it a placeholder
...
As random_string is no longer needed.
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
27e23c82e3
Browser: record only last 30 recently closed pages
6 years ago
Mingde (Matthew) Zeng
25ad5974cc
Add missing @interactive decorators
6 years ago
Mingde (Matthew) Zeng
4c70953f5c
Redesign build_interactive_method, generalize with build_all_methods
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Andy Stewart
b9b18acf66
Remove debug code.
6 years ago
Mingde (Matthew) Zeng
166798490a
Redesign build_widget_method to build_interactive_method
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
77f805ad1b
Rename scroll -> scroll_other_buffer, update_details -> update_buffer_details
...
So the names are more precise and better reflect what they really are.
Also some scroll code refactoring.
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
5333d737dd
eaf-get-path-or-url: change message to user-error
...
error must not be message, otherwise messes up eaf-open-external
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
578125c931
rename filebrowser-bin dependency
6 years ago
Mingde (Matthew) Zeng
edd3058256
rename clear_all_cookies to clear_cookies
6 years ago
Mingde (Matthew) Zeng
fe35417f29
eaf-browser-restore-buffers: check for non-nil
6 years ago
Mingde (Matthew) Zeng
4c9ceda596
Move org and evil mode integration to wiki
6 years ago
Mingde (Matthew) Zeng
78ae3cb88d
EAF Browser: New option eaf-browser-continue-where-left-off
...
Similar to Chromium's Setting -> On start-up -> Continue where you left off.
If non-nil, all active EAF Browser buffers will be saved before Emacs is killed,
and will re-open them when calling `eaf-browser-restore-buffers' in the future session.
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
9f8f1701aa
Rename eaf-open-office generated buffer
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
1582ceac4e
Rewrite eaf-restart-process so it re-opens all EAF buffers
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Matthew Zeng
dbefeb28f0
Merge pull request #309 from HollowMan6/master
...
Add instructions to use EAF in chemacs
6 years ago
hollowman6
44eabff4ea
Fix typos
6 years ago
hollowman6
36dcbbab46
Update chemacs config instructions
6 years ago
Matthew Zeng
80e2ed49eb
Merge pull request #308 from HollowMan6/master
...
PDF: exclude images in dark mode
6 years ago
hollowman6
0c6340a9c7
PDF: exclude images in dark mode
6 years ago
stardiviner
693d3a1d33
Use old PDF link type when eaf-org not overriding link types ( #307 )
...
Co-authored-by: Andy Stewart <lazycat.manatee@gmail.com>
6 years ago
stardiviner
f144b52cfa
Compatible support open pdfview: pdftools: links with EAF PDF Viewer ( #306 )
...
This new feature is archived through enable option
`eaf-org-override-pdf-links' to override PDF file link types :follow
function. This can be restore to original :follow function automatically
when option is nil.
Co-authored-by: Andy Stewart <lazycat.manatee@gmail.com>
6 years ago
Mingde (Matthew) Zeng
199a9aa5c0
Notifies user to use eaf-open-office to open office files
6 years ago
Mingde (Matthew) Zeng
26a65e618c
Precisely add eaf subdirectories containing .el to load-path
6 years ago
stardiviner
98d13f7429
Fix web browser org-link open issue ( #303 )
...
Squashed commit of the following:
commit 1f891ed81088c9c0e07b668c7536ef84d84ba72b
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 21:00:52 2020 +0800
filter temp converted PDF files
commit 767ce0ee6d4399592cd5eaabd386b1c6f7538ff1
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 20:58:46 2020 +0800
support EAF app mindmap for org-link
commit a700a087c164f3008011c6d14568e5c3b00ac5a1
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 20:33:02 2020 +0800
support web browser for org-link
commit 3bc267dbc3434c8c9d763733cac9505a9e7db766
Merge: a87d2d3 bd3a083
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 20:32:47 2020 +0800
Merge branch 'master' into eaf-org
commit bd3a0837384574d854ae03ca1ad61667d3c9340c
Merge: cea9353 ce3beed
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 20:01:30 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit a87d2d3a1b1272779c5f4921eafff8c85a46c2de
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 18:45:07 2020 +0800
support js-video-player application and jump to timestamp
commit 267e4f276f303aaf843042ac9378d2b51c3ff4f3
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 18:44:45 2020 +0800
consider the case that `extra-args` is nil
commit 0a9eb57a9682cd7cba19539c365309bef10c1f18
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 18:43:45 2020 +0800
support all applications
commit a2b6c5cd754e24b5fe0c68baa72b7a1f08711b23
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 18:43:06 2020 +0800
remove old comments
commit 225baaadd3deea720e1fceb40fa52b3a730a9ac3
Merge: 06a6b9d cea9353
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 18:42:33 2020 +0800
Merge branch 'master' into eaf-org
commit cea93538071e73790c3820d377aca285e1dd6441
Merge: bb24601 a8a11a8
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 17:41:00 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit 06a6b9d44f2b7a3bef1fd6b936002dbf49e6596c
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 10:42:53 2020 +0800
Fix #279 Integrate with Org Mode
Support org-store-link and org-link-open.
Currently supported application is pdf-viewer only.
commit bac840d2f293e9c1ee9b9fdca40fcefa7d421eb5
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 09:50:50 2020 +0800
create new file eaf-org.el
commit bb2460105e69f4f0a87aabdeb9518359a970e40e
Merge: 27a3000 21344be
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 09:30:02 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit 27a30005662330d288e539c6f257186972b107fb
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 24 08:29:39 2020 +0800
make eaf-pdf-outline buffer read-only and bind "q" to close window
commit f2c59a4c867fa5dda6618e63e77379cdbd3cbf4f
Merge: 792ba7f 314278c
Author: stardiviner <numbchild@gmail.com>
Date: Sat May 23 00:02:14 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit 792ba7f8396ae5b1c9f16ecdbe406ca75f98a5be
Merge: cdfb77c ef88237
Author: stardiviner <numbchild@gmail.com>
Date: Sat May 16 22:30:54 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit cdfb77ca845c07be22ccb9777f8882efbba950a5
Merge: 1b29918 7198bf8
Author: stardiviner <numbchild@gmail.com>
Date: Thu May 14 12:28:30 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit 1b29918bd30c47e9862f33be09389d01b55bcf42
Merge: c55ad5c 0107260
Author: stardiviner <numbchild@gmail.com>
Date: Tue May 12 06:24:07 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit c55ad5c32186d0f25c14371fa08c5651229375d8
Merge: c6d5162 b29dcfd
Author: stardiviner <numbchild@gmail.com>
Date: Sun May 3 21:10:54 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit c6d5162eb47327a5a8a87ceeb467d59efa83453b
Merge: ce8ef97 f4d2aba
Author: stardiviner <numbchild@gmail.com>
Date: Wed Apr 29 19:48:57 2020 +0800
Merge branch 'master' of https://github.com/manateelazycat/emacs-application-framework
commit ce8ef9744ab43a8ead1ce4801c46579913912caa
Merge: 1633573 523685f
Author: Andy Stewart <lazycat.manatee@gmail.com>
Date: Sat Apr 18 15:02:41 2020 +0800
Merge pull request #281 from luhuaei/master
pdf-viewer: fix don't select text on first page
6 years ago
stardiviner
ce3beed94d
Enhance eaf-org to support all applications ( #301 )
...
* make eaf-pdf-outline buffer read-only and bind "q" to close window
* create new file eaf-org.el
* Fix #279 Integrate with Org Mode
Support org-store-link and org-link-open.
Currently supported application is pdf-viewer only.
* remove old comments
* support all applications
* consider the case that `extra-args` is nil
* support js-video-player application and jump to timestamp
Co-authored-by: Andy Stewart <lazycat.manatee@gmail.com>
6 years ago
Kin
a8a11a8ae4
EAF Org Mode support ( #300 )
...
* make eaf-pdf-outline buffer read-only and bind "q" to close window
* create new file eaf-org.el
* Fix #279 Integrate with Org Mode
Support org-store-link and org-link-open.
Currently supported application is pdf-viewer only.
Co-authored-by: Andy Stewart <lazycat.manatee@gmail.com>
6 years ago
Kin
21344bee1c
make eaf-pdf-outline buffer read-only and bind "q" to close window ( #299 )
...
Co-authored-by: Andy Stewart <lazycat.manatee@gmail.com>
6 years ago
Mingde (Matthew) Zeng
314278c6bb
Rename evil-eaf.el to eaf-evil.el
6 years ago
Andy Stewart
773868f522
Merge pull request #298 from loyalpartner/master
...
完善 evil 集成
6 years ago
lee
29ce071f82
separate evil-eaf.el from eaf.el.
6 years ago
lee
047b7fd3ca
remove buffer-list-update-hook.
6 years ago
lee
93082aacd2
support modify keybindings.
6 years ago