Remove Gnus, making way for new subtree Gnus pkg
[packages] / xemacs-packages / liece / etc / styles / bottom
1 ;; -*- emacs-lisp -*-
2 ;;; bottom --- Window configuration style spec for `bottom'.
3 ;; Copyright (C) 1998 Daiki Ueno <daiki@kake.info.waseda.ac.jp>
4 ;; See file liece-copyright.el for original change log and copyright info.
5
6 ;; Author: Daiki Ueno <daiki@kake.info.waseda.ac.jp>
7 ;; Created: 1999-01-08
8 ;; Revised: 1999-01-08
9 ;; Keywords: IRC, liece
10
11 ;; This file is part of Liece.
12
13 ;; This program is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; any later version.
17
18 ;; This program is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 ;; GNU General Public License for more details.
22
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 ;; Boston, MA 02111-1307, USA.
27
28 ;;; Code:
29
30 (liece-window-add-style
31  (command-buffer-mode . any)
32  (channel-buffer-mode . t) 
33  (nick-buffer-mode . t)
34  (channel-list-buffer-mode . t)
35  (configuration 
36   (vertical
37    1.0
38    (horizontal
39     1.0
40     (others 1.0)
41     (channel-list 
42      liece-channel-list-window-width-percent))
43    (horizontal
44     liece-channel-window-height-percent   
45     (channel 1.0)
46     (nick liece-nick-window-width-percent))
47    (command 4 point))))
48
49 (liece-window-add-style
50  (command-buffer-mode . any)
51  (channel-buffer-mode . t) 
52  (nick-buffer-mode . nil)
53  (channel-list-buffer-mode . t)
54  (configuration 
55   (vertical
56    1.0
57    (horizontal 
58     1.0
59     (others 1.0)
60     (channel-list 
61      liece-channel-list-window-width-percent))
62    (channel liece-channel-window-height-percent)
63    (command 4 point))))
64
65 (liece-window-add-style
66  (command-buffer-mode . any)
67  (channel-buffer-mode . t) 
68  (nick-buffer-mode . t)
69  (channel-list-buffer-mode . nil)
70  (configuration 
71   (vertical
72    1.0
73    (others 1.0)
74    (horizontal
75     liece-channel-window-height-percent   
76     (channel 1.0)
77     (nick liece-nick-window-width-percent))
78    (command 4 point))))
79
80 (liece-window-add-style
81  (command-buffer-mode . any)
82  (channel-buffer-mode . t) 
83  (nick-buffer-mode . nil)
84  (channel-list-buffer-mode . nil)
85  (configuration 
86   (vertical
87    1.0
88    (others 1.0)
89    (channel liece-channel-window-height-percent)
90    (command 4 point))))
91
92 (liece-window-add-style
93  (command-buffer-mode . any)
94  (channel-buffer-mode . nil) 
95  (nick-buffer-mode . any)
96  (channel-list-buffer-mode . any)
97  (configuration 
98   (vertical
99    1.0
100    (dialogue 1.0)
101    (command 4 point))))