branches with status:
Name Status Last Modified Last Commit
lp:~haxney/+junk/listing-buffers-read-only 1 Development 2012-04-20 22:55:36 UTC
8237. Make symref list buffer read-only. U...

Author: Daniel Hackney
Revision Date: 2012-04-20 21:22:08 UTC

Make symref list buffer read-only.

Using `toggle-read-only' is not recommended in elisp code; the combination of
the variables `buffer-read-only' and `inhibit-read-only' is preferred. Also,
this ensures that characters do not accidentally get inserted into the buffer.
This is aided by using `suppress-keymap' to remove all self-inserting characters
from `semantic-symref-results-mode-map'.

Finally, `set-buffer-modified-p' is used to prevent symref result buffers from
displaying a modified status.

lp:~haxney/nxhtml/whitespace-cleanup (Has a merge proposal) 1 Development 2009-02-03 17:03:53 UTC
140. Convert to unix line endings

Author: Daniel Hackney
Revision Date: 2009-02-03 17:03:53 UTC

Convert to unix line endings

12 of 2 results