tj
|
11e0e25ad6
|
error handling for folded start-up included (copied from Alexander Vorobiev).
|
13 years ago |
tj
|
16d3300695
|
instead of globally (de)activating hidden-lines cookies via a (defcustom ...)
and using 'outline-view-change-hook' for updating them, they can now be
explicitly shown and hidden via user commands on demand.
|
13 years ago |
tj
|
20c6750c3b
|
first working version of "outshine-hidden-lines" cookies.
|
13 years ago |
tj
|
a6f73d0997
|
outline-mode keymap fixed (adapted to outline-minor-mode keymap).
|
13 years ago |
tj
|
8d09c5aaea
|
outline-cycle-emulate-tab reset to nil after user complains.
|
13 years ago |
tj
|
f0a372a942
|
history and readme updated.
|
13 years ago |
tj
|
df9ed5fcf3
|
version changed to 1.0
|
13 years ago |
Thorsten
|
a4a08ce18f
|
Merge pull request #5 from alexvorobiev/av
Open files with headers folded
|
13 years ago |
Alexander Vorobiev
|
067785664f
|
Merge branch 'master'
|
13 years ago |
Alexander Vorobiev
|
622dd3539a
|
Added outshine-startup-folded variable and support for it in outshine-hook-function
|
13 years ago |
tj
|
93ea6dbe26
|
bug wrt endless regexp matching in 'outshine-fontify-headlines' fixed by
hardcoding headline regexps for the special case 'oldschool-elisp headers'
into the function.
|
13 years ago |
tj
|
50afccbdf7
|
One more Org-mode like keybinding added: M-RET for 'outshine-insert-heading'.
|
13 years ago |
tj
|
0169d5d3fc
|
comment section in outshine.el fixed. README updated.
|
13 years ago |
tj
|
212b7fa50c
|
obsolete comments removed, credits given to Alexander Vorobiev.
|
13 years ago |
tj
|
2ab7ad853a
|
define-key-with-fallback improved, keybindings adapted. seems to work in all
situations now.
|
13 years ago |
tj
|
fa5b0d75d2
|
error call in keybinding macro replaced with warning message.
|
13 years ago |
tj
|
b812d4550c
|
'outline-mode-easy-bindings' merged into outshine.el. some keybindings made
conditional on point being on a headline, with a macro copied from Alexander
Vorobiev (Thanks!)
|
13 years ago |
tj
|
5b49147ba7
|
obsoletete 'progn' removed.
|
13 years ago |
tj
|
bd2abbadd9
|
make outline-demote and outline-promote work again by not adding '^' to
outline-regexp anymore.
|
13 years ago |
tj
|
14b4140006
|
non-functional headline fontification outcommented, back to old version (that
has problems with lines with many ';' in oldschool emacs lisp buffers).
|
13 years ago |
tj
|
f50f37616e
|
"^" explicitly added to outline-regexp, although documentation say it is not
necesary. Just a test.
|
13 years ago |
tj
|
cc7b7cd2f0
|
newcomment.el required for Emacs versions before 24.3.
|
13 years ago |
tj
|
85ab01aa60
|
bug hit when cycling subtrees fixed.
|
13 years ago |
tj
|
93f4ccbba1
|
calculation of outline-level adapted to special case of oldschool elips
headings (;;;+).
|
13 years ago |
tj
|
ca329278dc
|
first working version of outshine that takes care of the special case
'oldschool header conventions' in Emacs Lisp files (i.e. headers that match
'^;;;+').
|
13 years ago |
tj
|
cbcc145157
|
preliminary version of dealing with oldschool elisp headings.
|
13 years ago |
tj
|
f668af10db
|
tiny comment fixes.
|
13 years ago |
tj
|
c3a914b105
|
old-readme deleted.
|
13 years ago |
tj
|
ae75ab9203
|
link to outline-mode-easy-bindings.el fixed in outshine.el header-comment and
README. try-require replaced with require in README.
|
13 years ago |
tj
|
27de14c92b
|
outline-mode-easy-bindings.el added to repo to fix 'missing provide statement'
bug. non-standard function 'try-require' replaced with 'require'.
|
13 years ago |
tj
|
45cac44f97
|
some comments fixed
|
13 years ago |
tj
|
50cac85621
|
TAB emulation outside headlines activated by default.
|
13 years ago |
tj
|
0adbbce908
|
'apostrophe bug' in (comment section of) outshine and README fixed.
|
13 years ago |
tj
|
0bfaed39f2
|
README slightly updated.
|
13 years ago |
tj
|
293cc257d0
|
comment-section of outshine updated.
|
13 years ago |
tj
|
0e5c9a8b14
|
keybindings for cycling adapted to Org-mode conventions (keep yasnippet from
conquering the "TAB" key.
|
13 years ago |
tj
|
28af7f250c
|
outline-mode-easy-bindings.el optionally loaded, outline-magic.el keybindings
partly outcommented.
|
13 years ago |
tj
|
c638e54cde
|
some clean up of old comments, keybinding for outorg-edit-as-org switched back
to C-'
|
13 years ago |
tj
|
55c2960038
|
tiny fixes.
|
13 years ago |
tj
|
bea839103f
|
old README renamed.
|
13 years ago |
tj
|
e9d394a896
|
new README file.
|
13 years ago |
tj
|
7047689bef
|
some changes of header comment-section.
|
13 years ago |
tj
|
f0bc60d49f
|
comment-section improved.
|
13 years ago |
tj
|
5acf1ce591
|
slight changes of comment section. not fully developed yet.
|
13 years ago |
Thorsten
|
5931472056
|
Merge pull request #2 from tarsius/master
follow header conventions,
|
13 years ago |
Jonas Bernoulli
|
4efc352bb8
|
follow header conventions,
where it doesn't conflict with outshine improvements.
|
13 years ago |
tj
|
1a903b5fe7
|
README changed again.
|
13 years ago |
tj
|
9a2521c8d7
|
README modified again.
|
13 years ago |
tj
|
9abfbec9b3
|
readme modified.
|
13 years ago |
tj
|
db1dac966c
|
README improved.
|
13 years ago |