2004-08-31 Daiki Ueno <ueno@unixuser.org>
+ * riece.el (riece-command-mode): Set truncate-lines to nil.
+ (riece-dialogue-mode): Ditto.
+ (riece-channel-list-mode): Make
+ truncate-partial-width-windows local to channel buffers and set it
+ to nil.
+ (riece-user-list-mode): Ditto.
+
+2004-08-31 Daiki Ueno <ueno@unixuser.org>
+
* riece.el (riece-dialogue-mode): Make
truncate-partial-width-windows local to channel buffers and set it
to nil.
(interactive)
(kill-all-local-variables)
+ ;; Make `truncate-partial-width-windows' buffer local and set it to
+ ;; nil. This causes `truncate-lines' to directly control line
+ ;; truncation.
(make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
+
(setq riece-away-indicator "-"
riece-operator-indicator "-"
major-mode 'riece-command-mode
riece-user-indicator
" "
riece-channel-indicator))
- truncate-partial-width-windows nil)
+ truncate-lines nil)
(riece-simplify-mode-line-format)
(use-local-map riece-command-mode-map)
(kill-all-local-variables)
(make-local-variable 'riece-freeze)
(make-local-variable 'riece-freeze-indicator)
+
+ ;; Make `truncate-partial-width-windows' buffer local and set it to
+ ;; nil. This causes `truncate-lines' to directly control line truncation.
(make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
+
(setq riece-freeze riece-default-freeze
riece-away-indicator "-"
riece-operator-indicator "-"
riece-freeze-indicator
" "
riece-channel-list-indicator " "))
- buffer-read-only t
- truncate-partial-width-windows nil)
+ truncate-lines nil
+ buffer-read-only t)
(riece-simplify-mode-line-format)
(use-local-map riece-dialogue-mode-map)
(buffer-disable-undo)
All normal editing commands are turned off."
(kill-all-local-variables)
(buffer-disable-undo)
+
+ ;; Make `truncate-partial-width-windows' buffer local and set it to
+ ;; nil. This causes `truncate-lines' to directly control line truncation.
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
+
(setq major-mode 'riece-channel-list-mode
mode-name "Channels"
mode-line-buffer-identification
\\{riece-user-list-mode-map}"
(kill-all-local-variables)
(buffer-disable-undo)
+
+ ;; Make `truncate-partial-width-windows' buffer local and set it to
+ ;; nil. This causes `truncate-lines' to directly control line truncation.
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
+
(setq major-mode 'riece-user-list-mode
mode-name "Users"
mode-line-buffer-identification