changeset 33 | 961fa02a30ff |
child 37 | 5d56427b59a4 |
32:031655c93305 | 33:961fa02a30ff |
---|---|
1 |
|
2 # I like this! |
|
3 set editing-mode emacs |
|
4 |
|
5 # Don't strip characters to 7 bits when reading. |
|
6 set input-meta on |
|
7 |
|
8 # Allow iso-latin1 characters to be inserted rather than converted to |
|
9 # prefix-meta sequences. |
|
10 set convert-meta off |
|
11 |
|
12 # Display characters with the eighth bit set directly rather than as |
|
13 # meta-prefixed characters. |
|
14 set output-meta on |
|
15 |
|
16 # Local Variables: |
|
17 # mode: shell-script |
|
18 # fill-column: 78 |
|
19 # End: |