tj
b7889fc685
Fix regression: endless regexp-matching in oldschool elisp files.
...
Long comment lines like ;;;;;;;;;;;;;;;;;;;; made Emacs freeze due to
overwhelmed regexp matcher.
12 years ago
tj
217179a83e
New keybindings for outorg-edit-comments-and propagate changes
12 years ago
tj
c32dcda637
New README.md added, copyright years fixed.
12 years ago
tj
5b734ccd28
README.txt renamed to old-readme.txt
12 years ago
tj
0b53523277
Source blocks in comment-section converted into example blocks.
12 years ago
tj
4bcb2f72ad
new-outshine.el moved to sandbox.
12 years ago
tj
ad0a9c33f8
Template for new (Org-mode based) version of outshine added.
12 years ago
tj
7f9d5d1f1e
Speed command `org-display-outline-path' a bit improved.
...
Still sucking.
12 years ago
tj
bef00b142e
.gitignore added
12 years ago
tj
46fdd8120f
Made outshine speed-command for `org-display-outline-path' work.
12 years ago
tj
f679821425
Added new outshine-speed-commands with 'outshine-use-outorg'.
12 years ago
tj
3bea913f96
outshine--set-outorg-last-headline-marker function improved.
12 years ago
tj
b00aaa377b
Use outorg functions slightly refactored.
12 years ago
tj
d71fa9599c
First version of `outshine-use-outorg' added.
...
Since Org-mode and Outshine are just two views on the same file, and
Outorg allows to switch quickly between the two views, this function is
a first attempt to make the full Org-mode functionality available in
Outshine source-code buffers without reimplementing Org-mode.
See the Outshine speed commands for usage examples.
12 years ago
Thorsten
89233dcf68
Merge pull request #26 from ffevotte/delete-selection
...
Make `outshine-self-insert-command` compatible with `delete-selection-mo...
12 years ago
François Févotte
dabd117a6d
Make `outshine-self-insert-command` compatible with `delete-selection-mode`
...
Fixes #25
12 years ago
tj
6c4fd1496b
Wrong use of `outshine-define-key-with-fallback' fixed.
...
Thanks to Jonas Bernoulli for reporting this.
12 years ago
tj
b7581733fc
Buggy and somehow weird `outshine-fontify-whole-heading-line'
...
rewritten.
Thanks to "eeeickythump" for reporting this.
12 years ago
tj
7a3cebfd01
Temporary counter variables removed again.
12 years ago
tj
637c203128
Temporary counter variables added.
...
To see how often '-calc-' function are called during visibility changes.
12 years ago
tj
9409c5ce5b
Due to error "max-lisp-eval-depth" exceeded hiding comment subtreed
...
disabled.
Some renaming and refactoring.
12 years ago
tj
fa1a585498
Wrong number of arguments fixed.
12 years ago
tj
08357c51ed
First sketch of functionality for hiding comment subtrees.
...
Some refactoring of speed-commands.
12 years ago
tj
012ab50f08
Speed commands added to outshine.
...
Copied and modified from (the one and only) Org-mode.
12 years ago
tj
e8ec8f8bcc
More intents to make keybindings work on the console too.
12 years ago
tj
46a81d9814
Comment-start calculated by outshine treated with regexp-quote.
...
This was necessary to make outshine work with css-mode with comment
syntax like "/* * Level 1 */".
Furthermore, keybinding (kbd "M-<return>") was replaced by (kbd "M-RET")
to make `outshine-insert-heading' work on the console too.
12 years ago
tj
b7b8f7926b
New var `outshine-org-style-global-cycling-at-bob-p' introduced.
...
When this is set (customized) to non-nil, TAB in outshine behaves like
in Org-mode wrt global buffer-cycling when point is at
beginning-of-buffer. Otherwise, the default behaviour, inherited (and
then modified) from outline-magic.el, is active: cycle whole buffer with
TAB, when point is at beginning of buffer and on headline.
12 years ago
tj
f9acbb689b
Keybinding for <tab> changed to TAB to make it work on the console too.
13 years ago
tj
1839a5b970
Merge branch 'master' into tj-outshine
13 years ago
tj
6f8502bb13
history updated.
13 years ago
tj
5373511853
A missing paren fixed for the last pull request.
13 years ago
Thorsten
4c7c445af2
Merge pull request #17 from jleechpe/patch-1
...
Replace `map` with `outline-minor-mode-map` when defining keys
13 years ago
tj
21da6423ac
HISTORY updated.
13 years ago
Jonathan Leech-Pepin
4da5e9224e
Fallback to `TAB' if `<tab>' is not bound
...
Since `<tab>' is translated to `TAB' by default, when falling back to the original binding, ensure that you fall back to `TAB' in cases where `<tab>' has not been bound by user. Fixes #16
13 years ago
Jonathan Leech-Pepin
7d4ebe0b37
Replace `map` with `outline-minor-mode-map` when defining keys
...
Let binding is not needed when replacing all instances of `map` with `outline-minor-mode-map`. Indentation adjusted for line length
13 years ago
Thorsten
af4e749c10
Merge pull request #14 from TrevorS/patch-1
...
Fix minor spelling.
13 years ago
Trevor Strieber
9920d7a712
Fix minor spelling.
...
Fix the spelling of 'detailed' in the README.
13 years ago
tj
84c19c17d7
Headline-style converted back to old-school.
...
To confirm to the formatting requirements of package.el - and be able to add
outshine.el to MELPA - headlines were converted from 'org-style' to
'oldschool' and a few additional lines added.
13 years ago
Thorsten
addb1cd34e
Merge pull request #13 from purcell/patch-1
...
Least possible changes for package.el compatibility
13 years ago
Steve Purcell
e82fd63e43
Least possible changes for package.el compatibility
13 years ago
tj
5da015f2a3
comment string of `outshine-imenu-with-navi-regexp' updated.
13 years ago
tj
c0c641ce28
regexp for imenu keyword searches fixed (back to old state).
...
TODO: deal with eol.
13 years ago
tj
cca1a86036
displaying whole match as default case in keyword-search with imenu/idomenu.
13 years ago
tj
58f3dc755f
'interactive function for `outshine-imenu' improved.
13 years ago
tj
328ca2c5aa
outshine-imenu introduced as convenience function for calling imenu/idomenu
...
from outshine.
Makes sure that imenu-generic-expression is set accordingly and buffer is
rescanned after each search.
13 years ago
tj
66b6afb710
enhanced support for imenu/idomenu added.
13 years ago
tj
23ea74aa69
temporary (and only partly) solution to problem wrt keybindings shown in
...
outshine menu.
13 years ago
tj
dc46b4629b
optional imenu support for outshine headlines implemented.
13 years ago
tj
1a446fe9ce
tiny change
13 years ago
tj
f1adc72326
comment-cruft removed
13 years ago