-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.slrnrc
620 lines (528 loc) · 24.4 KB
/
.slrnrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
% -*- slang -*-
%% This is a sample startup file for the slrn newsreader and meant as a
%% template for your personal startup file; it is not a full reference
%% of slrn's config options -- please see the reference manual for this.
%% The percent character is used for comments.
%
%% 1. Tell slrn about your identity (name, email address and such)
%
% The "From:" header will be generated from the following three variables.
% With the example settings, it would read "[email protected] (John Doe)".
set username "Mainlander"
set hostname "katamail.com"
set realname "Mainlander"
% Set this if you want replies to your articles to go to a address different
% from the one in "From:".
set replyto "[email protected]"
% What to put into the "Organization:" header line.
%set organization "Doe inc."
% The name of your signature file. If "", no signature is added.
set signature ".signature"
%
%% 2. Server specific settings
%
% Tell slrn which newsrc file it should use for which server.
% Note: This does *not* set the default server; you need to set the
% NNTPSERVER environment variable for this.
server "news.tin.it" ".jnewsrc"
server "news://news.unina.it" ".jnewsrc2"
server "news.easysw.com" ".jnewsrc_cups"
% If a server requires authentication, add a nnrpaccess line for it.
% If you leave username and/or password empty, slrn will prompt for it.
%nnrpaccess "news.doe.com" "john" "secret"
% Some servers require authentication, but don't ask for it.
% To offer your authentication data "voluntarily", set this variable to 1.
%set force_authentication 0
% This can either be set to "nntp" (read online) or "spool" (use local spool)
set server_object "nntp"
% This can be "nntp" (post directly to the server), "inews" (use external
% program for posting) or "slrnpull" (spool message for slrnpull to send).
set post_object "nntp"
% Set this to zero if you want to leave Message-ID generation to your server
% or your system does not have a proper unique hostname.
set generate_message_id 0
% If non-zero, slrn reads the active file on each startup. You might want to
% use this if your network connection is fast or the server has few groups.
set read_active 1
% The following variables are only meaningful when using spool mode:
% Basic directory settings
%set spool_inn_root "/var/spool/slrnpull"
%set spool_root "/var/spool/slrnpull/news"
%set spool_nov_root "/var/spool/slrnpull/news/over.view"
% These are relative to spool_inn_root unless they start with "/".
%set spool_active_file "data/active"
%set spool_activetimes_file "data/active.times"
%set spool_newsgroups_file "data/newsgroups"
% This value is relative to the directories under spool_nov_root:
%set spool_nov_file ".overview"
% Whether to check for each article when reading an overview file (slower,
% but may save you from lots of "article not available" errors).
%set spool_check_up_on_nov 0
% max number of articles before slrn ask you to download headers
% default is 100
set query_read_group_cutoff 500
% if unlike 0, add a space between the quote_string and the test not
% quoted, for better readability
set smart_quote 1
% some regexp to match a quoted text
% ignore_quotes "^ ? ?[><:=|\-]"
% ignore_quotes "^ ? ?[A-Za-z0-9]*[]-|>#:)}=+%>]"
% ignore_quotes "^ ? ?[]-|>#:)}=+%>]"
% ignore_quotes "^ ? ?[>#:%|)}}=+-]" "^[ \t]*[A-Za-z]+>"
% ignore_quotes "^[ \t]+[a-zA-Z]+>" "^ ? ?[]>#:|)}}=+-]+"
% ignore_quotes "^[ \t]*[a-zA-Z]+>"
% ignore_quotes "^\t? \\{0,5\\}[]{}><:=|+\xBB!]" "^[\t ]*[A-Za-z]+>"
% ignore_quotes "^[ ]*[>^<:|&;%]" "^[ ]*[a-zA-Z-]*>" "^()" "^[-=]+>" "^\+\+"
%
%% 3. Which external programs do you want to use?
%
% Note OS/2 and Win32 users:
% To separate directories you can either use a single '/' or
% double '\\'. Single backslashes are not supported. For example, use
% "C:\\home\\file.txt" or "C:/home/file.txt" but NOT "C:\home\file.txt"
% Set your favourite editor. Use %s for the file name and %d for the line
% where the cursor should be placed (usually at the beginning of the body).
%set editor_command "jed '%s' -g %d -tmp"
% You can have separate commands for editing posts, mail, and score files.
set mail_editor_command "mutt -H '%s'"
%set post_editor_command "jed '%s' -g %d -tmp --mail-mode"
%set score_editor_command "jed '%s' -g %d -tmp --score-arrange-score"
% If non-zero, abort posting or email operation if the file was not modified
% by the editor.
set abort_unmodified_edits 1
% advise if the message doesn't respect some netiquette rule
set netiquette_warnings 1
% In case we need metamail to display an article:
set metamail_command "metamail"
% WWW browser to use. Xbrowser is used when the DISPLAY environment variable
% is set; non_Xbrowser otherwise.
set non_Xbrowser "links '%s'"
%set Xbrowser "mozilla -remote 'openURL(%s,new-tab)' &"
set Xbrowser "firefox -remote 'openURL(%s,new-tab)' &"
% Command to use for printing
% Note: On Win32, this variable defines the name of the printer queue to use.
set printer_name "lpr -Plp"
% In case you want to use another mailer than sendmail. Be sure that it
% implements the same interface, though!
%set sendmail_command "/usr/lib/sendmail -oi -t -oem -odb"
set sendmail_command "/usr/sbin/sendmail -oi -t -oem -odb"
% Set this to one if you want the "From:" header in e-mails to be generated
% from the hostname / username / realname variable.
% Note: Not all MTAs are configured to allow this.
%set generate_email_from 0
%
%% 4. Directory / file names
%
% Note: All filenames in this section are relative to HOME unless they start
% with a '/'.
% Filename where articles / email you sent are archived.
% Note: If these are unset, slrn does not keep a copy of outgoing messages.
set save_posts ".slrn/My_Posts"
set save_replies ".slrn/My_Replies"
% File where failed posts are appended. Use "" to disable saving.
set failed_posts_file ".slrn/dead.letter"
% Name of score file.
set scorefile ".slrn/Score.score"
% Set kill_score to -9999
set kill_score -9999
% Name of directory where decoded files are placed.
set decode_directory ".slrn/decoded"
% Directory where all other files are saved.
set save_directory ".slrn/decoded"
% Directory where postponed articles are placed. Please make sure it exists.
set postpone_directory ".slrn/postponed"
% Whether to put temporary files for postings, followups and replies in the
% directory specified by the TMPDIR environment variable or /tmp.
%set use_tmpdir 0
%
%% 5. Attribution lines / custom headers
%
% This sets the attribution lines for follow-ups and replies. The following
% format specifiers are recognized:
% %d:date, %D:date (formatted), %r:real name, %R:first name,
% %f:email address, %s:subject, %m:msgid, %n:newsgroups, %%: percent
set followup_string "Sul meriggio di %D,\n%r <%f> enarrava tali parole:"
set reply_string "Su %n, nell'articolo %s, scrivevi:"
% Custom headers to add to *new* posts
%set custom_headers "Mail-Copies-To: nobody"
set custom_headers "X-Operating-System: ArchLinux"
set custom_headers "Editor: Vim - THE Editor"
% Custom headers for followup/reply/supersedes. These can use format
% specifiers as in the 'followup_string' variable.
%set followup_custom_headers "Mail-Copies-To: nobody"
%set reply_custom_headers "X-newsgroup: %n\nX-realname: %r"
%set supersedes_custom_headers "X-Superseded-Date: %d"
% These are inserted when sending email CCs of your postings.
% cc_post_string currently does not support any % escapes.
%set cc_followup_string "[This message has also been posted to %n.]"
%set cc_post_string "[This message has also been posted.]"
% If non-zero, interprete _this_ as underlined text and *that* as
% bold text using underlinetext and boldtext colors, resp.
% If set to 1, do not write _ and * characters.
% If set to 2, write _ and * with spaces.
% Otherwise, if non-zero, write _ and * characters.
set emphasized_text_mode 1
%
%% 6. Character mapping / MIME support
%
% Character set used for the local display; valid values are:
% isolatin, ibm850, ibm852, next, koi8
%set charset isolatin
% Character set to declare when posting 8bit characters. Do *not* use
% the same value as for "charset" here.
%set mime_charset "iso-8859-15"
% You may set this to a comma-separated list of MIME charsets your terminal
% is capable to display. The example adds two Chinese charsets:
%compatible_charsets "Big5,gb2312"
% two small variables that enable the patches added (if compiled by
% myself)
set fallback_charset iso-8859-15
%set usascii_override 1
% If non-zero, call metamail for MIME formats slrn cannot handle.
set use_metamail 1
%
%% 7. Some preferences for the header window (see the manual for more)
%
% These sorting methods are available:
% If 0, do not sort. If 1, perform threading. If 2, sort by subject.
% If 3, thread then sort result by subject.
% If 4, sort by score. If 5, thread then sort by score.
% If 6, sort by score and subject.
% If 7, thread, then sort by score and subject.
% If 8, sort by date with most recent first.
% If 9, thread, then sort by date with most recent first.
% If 10, sort by date with most recent last.
% If 11, thread then sort by date with most recent last.
set sorting_method 1 % provare 11
% If non-zero, a header with a new subject will start a new thread.
set new_subject_breaks_threads 1
%
%% 8. Some preferences for the article pager (see the manual for more)
%
% Which headers do you want to see by default?
% You can also match all headers starting with a given string and exclude
% specific headers by preceding them with "!" (e.g. use "X-,!X-Trace:" to
% display all the "X-"headers except "X-Trace:").
visible_headers "From:,Subject:,Newsgroups:,Date:,Followup-To:,Reply-To:,X-,"
% If non-zero, #v+ and #v- will be interpreted as markers of verbatim lines.
%set process_verbatim_marks 1
% If non-zero, hide #v+/#v- verbatim marks.
set hide_verbatim_marks 0
% If non-zero, hide signature in articles.
set hide_signature 0
% If non-zero, hide PGP signature in articles.
set hide_pgpsignature 0
%
%% 9. Display / color settings
%
% If non-zero, slrn will draw the thread tree using simple ascii characters
%set simulate_graphic_chars 1
% Enable xterm/win32 mouse support: 1 to enable, 0 to disable
set mouse 1
% Draw cursor bar ala tin instead of slrn "->" cursor?
%set display_cursor_bar 0
% Set to 1 to have slrn scroll by full page instead of by line.
%set scroll_by_page 0
% Should color be used to indicate the score of an article?
% (0) scores do not influence colors (1) scores are colored by their value
% (2) subjects are colored by score (3) both are colored by score
set color_by_score 3
% If non-zero, the subjects of unread articles are highlighted
%set highlight_unread_subjects 1
% If non-zero, URLs are highlighted.
set highlight_urls 1
% Enables blinking in monochrome mode and allows bright backgrounds in some
% color terminals:
%set use_blink 1
% This color object is only used when highlight_unread_subjects is set to 2
% (see the reference manual for details):
color unread_subject "white" "black" "bold"
mono unread_subject "bold"
% These settings are used for color terminals:
% Where there is "default" once there was "black"; default means
% transparent or, better, the same background color of the terminal
color article "lightgray" "default"
color author "magenta" "default"
color boldtext "brightblue" "default" "bold"
color box "default" "white"
color cursor "brightgreen" "default"
color date "lightgray" "default"
color description "lightgray" "default"
color error "red" "default" "blink"
color frame "yellow" "blue"
color from_myself "brightmagenta" "default" "bold"
color group "lightgray" "default" "bold"
color grouplens_display "lightgray" "default"
color header_name "green" "default" "bold"
color header_number "green" "default"
color headers "brightcyan" "default"
color neg_score "green" "default"
color pos_score "blue" "default"
color high_score "red" "default" "bold"
color italicstext "magenta" "default" "bold"
color menu "yellow" "blue"
color menu_press "lightgray" "yellow"
color message "lightgray" "default"
color normal "lightgray" "default"
color pgpsignature "lightgray" "default"
color quotes "red" "default"
color quotes1 "magenta" "default"
color quotes2 "brown" "default"
color quotes3 "brown" "default"
color quotes4 "brown" "default"
color quotes5 "brown" "default"
color quotes6 "brown" "default"
color quotes7 "brown" "default"
color response_char "green" "default" "bold"
color signature "red" "default"
color selection "yellow" "blue" "bold"
color status "yellow" "blue"
color subject "lightgray" "default"
color thread_number "lightgray" "default" "bold"
color tilde "green" "default" "bold"
color tree "red" "default" "bold"
color underlinetext "cyan" "default" "underline"
color url "white" "default" "bold"
color verbatim "green" "default"
% These attributes are for terminals that cannot display color:
mono article "none"
mono author "none"
mono boldtext "bold"
mono cursor "bold" "reverse"
mono date "none"
mono description "none"
mono error "blink"
mono frame "reverse"
mono from_myself "bold"
mono group "bold"
mono grouplens_display "none"
mono header_name "bold"
mono header_number "none"
mono headers "none"
mono high_score "bold"
mono italicstext "bold"
mono menu "reverse"
mono menu_press "none"
mono neg_score "none"
mono normal "none"
mono pgpsignature "none"
mono pos_score "reverse"
mono quotes "none"
mono quotes1 "none"
mono quotes2 "none"
mono quotes3 "none"
mono quotes4 "none"
mono quotes5 "none"
mono quotes6 "none"
mono quotes7 "none"
mono response_char "bold"
mono selection "bold"
mono signature "none"
mono status "reverse"
mono subject "none"
mono thread_number "bold"
mono tilde "bold"
mono tree "none"
mono underlinetext "underline"
mono url "bold"
mono verbatim "none"
%
%% 10. Group mode key bindings
%
% Cursor movement:
setkey group line_down "\eOB" % Go to the next group
setkey group line_down "\e[B"
setkey group line_down "^N"
setkey group line_up "\eOA" % Go to the previous group
setkey group line_up "\e[A"
setkey group line_up "^P"
setkey group page_down "^V" % Scroll to the next page
setkey group page_down "\e[6~"
setkey group page_down "\e[G" % (FreeBSD keycode)
setkey group page_down "^D"
setkey group page_up "\eV" % Scroll to the previous page
setkey group page_up "\e[5~"
setkey group page_up "\e[I" % (FreeBSD keycode)
setkey group page_up "^U"
setkey group bob "\e<" % Go to the bottom of the list
setkey group bob "^K\eOB"
setkey group bob "^K\e[B"
setkey group eob "\e>" % Go to the top of the list
setkey group eob "^K\eOB"
setkey group eob "^K\e[B"
setkey group group_search_backward "\\"% Group keyword search backward
setkey group group_search_forward "/" % Group keyword search forward
% Actions:
setkey group select_group " " % Enter the current newsgroup
setkey group select_group "\r"
setkey group post "P" % Post an article
setkey group post_postponed "\eP" % Post or edit a postponed article
setkey group refresh_groups "G" % Get new news from server
setkey group toggle_scoring "K" % Select scoring mode
setkey group repeat_last_key "." % Repeat last key sequence
setkey group evaluate_cmd "^X\e" % Read line and interpret it as S-Lang
setkey group suspend "^Z" % Suspend slrn
setkey group quit "Q" % Quit slrn
% Group management:
setkey group catchup "C" % Mark all articles as read
setkey group uncatchup "\eu" % Mark all articles as unread
setkey group add_group "a" % Add a new newsgroup
setkey group subscribe "S" % Subscribe to the current newsgroup
setkey group unsubscribe "U" % Unsubscribe from the current newsgroup
setkey group move_group "m" % Move newsgroup to a different location
setkey group transpose_groups "^X^T" % Transpose position of groups
setkey group save_newsrc "X" % Force a save of the newsrc file
% Display:
setkey group toggle_group_formats "\033A" % Toggle group display formats
setkey group toggle_hidden "l" % Toggle display of hidden groups
setkey group toggle_list_all "L" % Toggle listing of unsubscribed groups
setkey group redraw "^L" % Redraw the screen
setkey group redraw "^R"
setkey group help "?" % Display a help screen
%
%% 11. Article mode key bindings
%
% General movement:
setkey article next "n" % next unread article
setkey article previous "p" % previous unread article
setkey article skip_to_next_group "N" % go to the next group
setkey article skip_to_next_group "\e\e[C"
setkey article skip_to_next_group "\e\eOC"
setkey article skip_to_previous_group "\e\e[D" % go to the previous group
setkey article skip_to_previous_group "\e\eOD"
setkey article next_high_score "!" % next article with high score
setkey article next_same_subject "=" % next article with same subject
setkey article goto_last_read "L" % go to the last read article
% Actions:
setkey article post "P" % Post a new article
setkey article post_postponed "\eP" % Post/edit a postponed article
setkey article followup "f" % Post a followup
setkey article reply "r" % Reply to poster
setkey article forward "F" % Forward posting via mail
setkey article supersede "\e^S" % Supersede article
setkey article cancel "\e^C" % Cancel article
setkey article save "O" % Save article
setkey article pipe "|" % Pipe article
setkey article print "y" % Print article
setkey article decode ":" % Decode article
setkey article suspend "^Z" % Suspend slrn
setkey article quit "q" % Quit slrn
setkey article fast_quit "Q" % Quit slrn immediately
% Moving in the article pager:
setkey article article_line_down "\eOD" % Scroll article down one line
setkey article article_line_down "\e[D"
setkey article article_line_down "\r"
setkey article article_line_up "\e\eOB" % Scroll article up one line
setkey article article_line_up "\e\e[B"
setkey article article_page_down " " % Scroll article down one page
setkey article article_page_up "^?" % Scroll article up one page
setkey article article_page_up "b" % Scroll article up one page
setkey article article_eob ">" % Move to the end of the article
setkey article article_bob "<" % Move to the beginning
setkey article article_left "\eOD" % Pan article to the left
setkey article article_left "\e[D"
setkey article article_right "\eOC" % Pan article to the right
setkey article article_right "\e[C"
setkey article article_search "/" % Search forward in the article
setkey article skip_quotes "\t" % Skip beyond quoted text
setkey article forward_digest "g" % Skip to next digest
% Moving in the header display:
setkey article header_line_down "\eOB" % Move to next article
setkey article header_line_down "\e[B"
setkey article header_line_down "^N"
setkey article header_line_up "\eOA" % Move to previous article
setkey article header_line_up "\e[A"
setkey article header_line_up "^P"
setkey article header_page_down "^V" % Scroll down one page
setkey article header_page_down "\e[6~"
setkey article header_page_down "\e[G" % (FreeBSD keycode)
setkey article header_page_down "^D"
setkey article header_page_up "\eV" % Scroll up one page
setkey article header_page_up "\e[5~"
setkey article header_page_up "\e[I" % (FreeBSD keycode)
setkey article header_page_up "^U"
setkey article header_eob "\e>" % Go to last article in group
setkey article header_bob "\e<" % Go to first article in group
setkey article goto_article "j" % Move to article (number)
setkey article author_search_forward "a" % Author search forward
setkey article author_search_backward "A" % Author search backward
setkey article subject_search_forward "s" % Subject search forward
setkey article subject_search_backward "S" % Subject search backward
% Marking as read/unread:
setkey article delete "d" % Mark article as read
setkey article undelete "u" % Mark article as unread
setkey article delete_thread "\ed" % Mark (Sub-)Thread as read
setkey article catchup_all "c" % Mark all articles as read
setkey article catchup_all "\ec"
setkey article catchup "\eC" % Catchup (up to this article)
setkey article uncatchup_all "\eu" % Mark all articles as unread
setkey article uncatchup "\eU" % Uncatchup (up to this article)
setkey article expunge "x" % Remove all read articles
% Display properties:
setkey article toggle_headers "t" % Full headers (on/off)
setkey article toggle_rot13 "\eR" % Toggle ROT-13 decryption
setkey article toggle_quotes "T" % Display quoted lines (on/off)
setkey article toggle_signature "\\" % Show signature (on/off)
setkey article wrap_article "W" % Wrap long lines (on/off)
setkey article show_spoilers "\e?" % Reveal spoilers (on/off)
setkey article toggle_pgpsignature "]" % Show PGP signature (on/off)
setkey article toggle_verbatim_marks "[" % Show verbatim marks (on/off)
setkey article enlarge_article_window "^" % Enlarge the article window
setkey article shrink_article_window "^^" % Shrink the article window
setkey article zoom_article_window "z" % Maximize/Unmaximize article
setkey article hide_article "h" % Hide/Show the article window
setkey article browse_url "U" % Search for URL and follow it
setkey article toggle_sort "\eS" % Select threading method
setkey article toggle_collapse_threads "\et" % Collapse/Uncollapse thread
setkey article toggle_header_formats "\ea" % Toggle header display formats
setkey article redraw "^L" % Redraw screen
setkey article redraw "^R" % Redraw screen
setkey article help "?" % Display help screen
% Miscellaneous actions:
setkey article create_score "K" % Create a scorefile entry
setkey article view_scores "v" % Show which rules matched
setkey article locate_article "\el" % Locate article by Message-ID
setkey article get_children_headers "\e^P" % Find all children
setkey article get_parent_header "\ep" % Reconstruct thread
setkey article mark_spot ";" % Mark current article position
setkey article exchange_mark "," % Return to marked article
setkey article tag_header "#" % Numerically tag article
setkey article untag_headers "\e#" % Remove all numerical tags
setkey article toggle_header_tag "*" % Set/remove header tag
setkey article repeat_last_key "." % Repeat last key sequence
setkey article grouplens_rate_article "0" % Rate article with grouplens
setkey article evaluate_cmd "^X\e" % Interpret line as S-Lang
%
%% Command prompt key bindings
%
setkey readline bol "^A" % Beginning of line
setkey readline eol "^E" % End of line
setkey readline right "\e[C" % Move right
setkey readline left "\e[D" % Move left
setkey readline bdel "^H" % Delete backward
setkey readline bdel "^?" % Delete Backward
setkey readline del "^D" % Delete Foreword
setkey readline delbol "^U" % Delete to Beginning of line
setkey readline delbow "^W" % Delete to Beginning of word
setkey readline deleol "^K" % Delete to End of line
setkey readline trim "\e/" % Trim whitespace
setkey readline quoted_insert "^Q" % Quoted insert
setkey readline complete "\t" % Complete filename
setkey readline cycle " " % Cycle among filenames
% This is a special hack for HP terminals to get the arrow keys working.
% Are there any other terminals being used with non-ANSI arrow keys?
#if$TERM hpterm
setkey group line_up "\eA"
setkey group line_down "\eB"
setkey article header_line_down "\eB"
setkey article header_line_up "\eA"
setkey article article_left "\eD"
setkey article article_right "\eC"
#endif
interpret ".slrn/make_read_all_and_exit.sl"
interpret ".slrn/multi.sl"
interpret ".slrn/segnala_spam.sl"
interpret ".slrn/gnupg.sl"
interpret ".slrn/sign.sl"
interpret ".slrn/identity.sl"
interpret ".slrn/identita_personali.sl"