lp:~m4rt1n-d453r/+junk/echest

Created by Martin Daser and last modified
Get this branch:
bzr branch lp:~m4rt1n-d453r/+junk/echest
Only Martin Daser can upload to this branch. If you are Martin Daser please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Martin Daser
Status:
Development

Recent revisions

7. By Martin Daser

added prog-lang.el - separate all settings for progrmming language modes from init file and place them in prog-lang.el. The file is included via (load-library "prog-lang)

.bzrignore Makefile l337.el line-numbers.el timestamp.el utils.el: minor updates

6. By Martin Daser

utils.c
dos-to-unix, unix-to-dos
 - replace (beginning-of-buffer) with (goto-char (point-min))
 - replace (replace-string "foo" "bar") with
  (while (search-forward "\r\n" nil t)
   (replace-match "\n" nil t))))
 both methods are interactive and must not be used in scripts
 (at least in Gnu Emacs); corrected it anyway

indent-buf-c-style
 new function; does not yet work properly

5. By Martin Daser

- adapted copy right note
- utils.el += revert-buffer-no-yorn
- utils.el += revert-buffer-no-yorn-eof

4. By Martin Daser

.

3. By Martin Daser

access bits

2. By Martin Daser

Adapt copyright note

1. By Martin Daser

Initial Revision

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers