Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
;ELC
;;; Compiled by leavens@LEAVENS on Mon Sep 15 16:19:43 2003
;;; from file d:/emacs/ecb/ecb-create-layout.el
;;; in Emacs version 21.3.1
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
(< (aref emacs-version (1- (length emacs-version))) ?A)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19.29")))
(error "`ecb-create-layout.el' was compiled for Emacs 19.29 or later"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\310\311\312&\207" [require ecb-mode-line ecb-util custom-declare-group ecb-create-layout nil "Settings for creating new ECB-layouts." :group ecb-layout :prefix "ecb-create-layout-"] 8)
#@72 *File where all layouts created by `ecb-create-new-layout' are stored.
(custom-declare-variable 'ecb-create-layout-file '"~/.ecb-user-layouts.el" '(#$ . -854) :group 'ecb-create-layout :type 'file)
#@44 *Frame width of the layout creation frame.
(custom-declare-variable 'ecb-create-layout-frame-width '110 '(#$ . -1058) :group 'ecb-create-layout :type 'integer)
#@45 *Frame height of the layout creation frame.
(custom-declare-variable 'ecb-create-layout-frame-height '42 '(#$ . -1224) :group 'ecb-create-layout :type 'integer)
(byte-code "\301B\306\302B\307\303B\310\304B\311\305B\312\313B\314\315B\316\315!\2042 \317
\320B\316\320!\204? \317\321B\316\321!\204L \317\322B\316\322!\204Y \317\323B\316\323!\204f \317\324B\316\324!\204s \317\325B\316\325!\204\200 \317\326B\316\326!\204\215 \317\327B\316\327!\204\232 \317\330B\316\330!\204\247 \317\331B\316\331!\204\264 \317\332B\316\332!\204\301 \317\333B\316\333!\204\316 \334\335B\316\335!\204\333 \317\336B\316\336!\204\350 \337\317\207" [current-load-list ecb-create-layout-buf-prefix ecb-create-layout-frame-name ecb-create-layout-all-buf-types ecb-create-layout-help-text-left-right ecb-create-layout-help-text-top " *ECB-LC-" "Creation of a new ECB-layout" ("directories" "history" "methods" "sources" "speedbar") "\n ECB layout creation mode\n ========================\n\n This is the help-screen of this mode. The window\n displaying this help text is called the edit-window\n which is neither selectable nor delete-able nor\n split-able in this mode.\n\n : Moving around in current\n window C-n, C-p: Go to next/previous window (beside\n the edit-window)\n\n C-s: Split current window. You will be asked:\n - If \"vertical\" or \"horizontal\" split\n - How to split: \"at-point\", \"half\" or\n \"other\" (i.e. you can specify any fraction\n between 0.1 and 0.9)\n - Which type (\"directories\", \"sources\",\n \"methods\", \"history\", \"speedbar\") the\n current window should be.\n C-u: Unsplit, ie. delete current window\n C-t: Give the current window a built-in type\n (\"directories\", \"sources\", \"methods\",\n \"history\", \"speedbar\") or any arbitrary user-\n defined type (\"other\"). See the Online-manual!\n\n C-c: Cancel layout creation. This does not save the\n layout. Deletes this frame.\n C-q: Save current defined layout and quit the layout\n creation. You will be asked for a layout-name.\n With TAB-completion you can get the names already\n in use. You have to choose a new name!\n Deletes this frame.\n\n There are NO other commands or keys available. ALL\n other keys are disabled in this mode!\n" " ECB layout creation mode\n ========================\n\n This is the help-screen of this mode. The window displaying this help text is called\n the edit-window which is neither selectable nor delete-able nor split-able in this mode.\n\n : Moving around in current window\n C-n, C-p: Go to next/previous window (beside the edit-window)\n\n C-s: Split current window. You will be asked:\n - If \"vertical\" or \"horizontal\" split\n - How to split: \"at-point\", \"half\" or \"other\" (i.e. you can specify any\n fraction between 0.1 and 0.9)\n - Which type (\"directories\", \"sources\", \"methods\", \"history\", \"speedbar\")\n the current window should be.\n C-u: Unsplit, ie. delete current window\n C-t: Give the current window a built-in type (\"directories\", \"sources\", \"methods\",\n \"history\", \"speedbar\") or any arbitrary user-defined type (\"other\").\n\n C-c: Cancel layout creation. This does not save the layout. Deletes this frame.\n C-q: Save current defined layout and quit the layout creation. You will be asked for a\n layout-name. With TAB-completion you can get the names already in use.\n You have to choose a new name! Deletes this frame.\n\n There are NO other commands or keys available. ALL other keys are disabled in this mode!\n" ecb-create-layout-file-header "\n\n;; Copyright (C) 2001 Jesper Nordenberg\n;; Copyright (C) 2001 Free Software Foundation, Inc.\n;; Copyright (C) 2001 Klaus Berndl \n\n;; Author: Klaus Berndl \n;; Maintainer: Klaus Berndl \n;; Keywords: java, class, browser\n\n;; This program is free software; you can redistribute it and/or modify it\n;; under the terms of the GNU General Public License as published by the Free\n;; Software Foundation; either version 2, or (at your option) any later\n;; version.\n\n;; This program is distributed in the hope that it will be useful, but WITHOUT\n;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\n;; more details.\n\n;; You should have received a copy of the GNU General Public License along\n;; with GNU Emacs; see the file COPYING. If not, write to the Free Software\n;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\n;;; Commentary:\n\n;; This file contains all user-defined ECB-layouts created by the command\n;; `ecb-create-new-layout'.\n\n;; !!! DO NOT EDIT THIS FILE MANUALLY - IT IS GENERATED BY ECB !!!\n\n" ecb-create-layout-frame boundp nil ecb-create-layout-edit-window ecb-create-layout-old-global-map ecb-create-layout-old-minor-mode-map-alist ecb-create-layout-old-hscroll ecb-create-layout-old-debug-on-error ecb-create-layout-old-frame ecb-create-layout-old-vertical-div-map ecb-create-layout-old-modeline-map ecb-create-layout-old-after-frame-h ecb-create-layout-old-before-frame-h ecb-create-layout-generated-lisp ecb-create-layout-gen-counter 0 ecb-create-layout-buf-types ecb-create-layout-type left] 2)
(defalias 'ecb-create-layout-initilize #[nil "\306!\307\307\307\307\307 \307\n\203 \307\f\307
\202&