[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
abbrev table
|
From: |
harven |
|
Subject: |
abbrev table |
|
Date: |
Tue, 14 Jul 2009 17:18:54 +0200 |
|
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) |
Dear all,
I have some big abbrev-table
(define-abbrev-table 'my-abbrevs-table '(
("first entry" "first value")
...
("252397th entry" "smthg")))
Unfortunatly it takes some times to load at start-up.
Is there a way to speed-up the process ?
Also, how can I activate my abbrev table together with the
global and mode specific table in some given buffer ?
| [Prev in Thread] |
Current Thread |
[Next in Thread] |