Commit graph

26 commits

Author SHA1 Message Date
deb0ch 9b4a9f1560 add ;;;###autoload to every public function 2016-12-08 19:23:05 +01:00
deb0ch ea0f538005 new public function get-window-by-number 2016-12-08 19:17:58 +01:00
deb0ch b80f9ce36c rename internal variables to follow elisp conventions 2016-12-08 19:11:02 +01:00
deb0ch bcccadcf12 Allow number set to be common to multiple frames
This allows the user to navigate windows across frames.

3 scopes are possible:

- frame-local: similar to old behaviour, one number set per frame
- visible: Only number windows in visible frames
- global: Number windows in all frames
2016-12-08 15:51:24 +01:00
Nikolaj Schumacher 10809b3993 Fix indentation 2016-08-09 20:10:09 +02:00
Nikolaj Schumacher eefbf9453f #10: Fix quoting of window-numbering-assign-func 2016-08-09 20:09:53 +02:00
Nikolaj Schumacher 575ad20354 Update copyright year. 2015-02-28 21:47:03 +01:00
Nikolaj Schumacher 0864800d63 #6: Trigger when minibuffer appears.
Looks like recent versions of Emacs don't call the window-configuration-change-hook in that case anymore.
2015-02-28 21:46:53 +01:00
Nikolaj Schumacher ddaaebbea7 Update travis-ci configuration. 2014-09-23 18:54:23 +02:00
Nikolaj Schumacher 7b8b46fd8a Add configuration for travis-ci. 2013-09-02 18:30:45 +02:00
Nikolaj Schumacher 87b29e6123 Add basic README. 2013-09-02 18:30:16 +02:00
Nikolaj Schumacher 24f7ea3944 Add .travis.yml. 2013-09-02 18:22:07 +02:00
Nikolaj Schumacher 427d0d0b29 Fix undefined variable compiler warning. 2013-09-02 18:15:59 +02:00
Nikolaj Schumacher d5b635f34e Convert tests to ERT. 2013-09-02 18:15:59 +02:00
Nikolaj Schumacher 229c0561a3 Merge pull request #2 from purcell/patch-1
Fix file header line for package.el compatibility
2013-09-02 09:02:10 -07:00
Steve Purcell deaa5d254e Fix file header line for package.el compatibility 2013-09-01 15:34:28 +01:00
Nikolaj Schumacher 653afce738 Release version 1.1.2. 2013-03-23 09:28:51 +01:00
Nikolaj Schumacher dc828628cf Don't inherit mode-line face.
It doesn't match for highlighted mode-lines.
2013-02-02 22:53:53 +01:00
Nikolaj Schumacher dee4a9486f #1: Fix numbering in terminal mode with menu bar visible. 2013-02-02 22:42:15 +01:00
Nikolaj Schumacher d179304dc9 Bump copyright year. 2013-01-27 12:50:14 +01:00
Nikolaj Schumacher 5464fe4e4c Add face for window number. 2013-01-27 12:49:51 +01:00
Nikolaj Schumacher 3adf4e1444 Added dir-locals file. 2011-06-05 20:31:46 +02:00
Nikolaj Schumacher df71549b85 Added compatibility info about Emacs 23 and 24. 2011-06-05 20:30:59 +02:00
Nikolaj Schumacher cec25d57b6 Added possibility to delete windows with prefix arg.
Cleaned up code and migrated to `defcustom'.
2009-02-23 20:51:45 +01:00
Nikolaj Schumacher bd4acd1f43 Importing archived version. 2009-02-23 20:51:17 +01:00
Nikolaj Schumacher 9704505170 Importing archived version 0.9. 2009-02-23 20:50:23 +01:00