From e47650852b8aa4da6d0b0cea3b5421955795cc64 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 1 Aug 2020 15:24:03 -0700 Subject: Definitely /not/ including elpa/, that would be chaos. --- elpa/tabbar-20180726.1735/down.png | Bin 186 -> 0 bytes elpa/tabbar-20180726.1735/tabbar-autoloads.el | 185 --- elpa/tabbar-20180726.1735/tabbar-pkg.el | 9 - elpa/tabbar-20180726.1735/tabbar.el | 1978 ------------------------- elpa/tabbar-20180726.1735/up.png | Bin 175 -> 0 bytes 5 files changed, 2172 deletions(-) delete mode 100644 elpa/tabbar-20180726.1735/down.png delete mode 100644 elpa/tabbar-20180726.1735/tabbar-autoloads.el delete mode 100644 elpa/tabbar-20180726.1735/tabbar-pkg.el delete mode 100644 elpa/tabbar-20180726.1735/tabbar.el delete mode 100644 elpa/tabbar-20180726.1735/up.png (limited to 'elpa/tabbar-20180726.1735') diff --git a/elpa/tabbar-20180726.1735/down.png b/elpa/tabbar-20180726.1735/down.png deleted file mode 100644 index 1a7e9ae..0000000 Binary files a/elpa/tabbar-20180726.1735/down.png and /dev/null differ diff --git a/elpa/tabbar-20180726.1735/tabbar-autoloads.el b/elpa/tabbar-20180726.1735/tabbar-autoloads.el deleted file mode 100644 index d56c842..0000000 --- a/elpa/tabbar-20180726.1735/tabbar-autoloads.el +++ /dev/null @@ -1,185 +0,0 @@ -;;; tabbar-autoloads.el --- automatically extracted autoloads -;; -;;; Code: - -(add-to-list 'load-path (directory-file-name - (or (file-name-directory #$) (car load-path)))) - - -;;;### (autoloads nil "tabbar" "tabbar.el" (0 0 0 0)) -;;; Generated autoloads from tabbar.el - -(autoload 'tabbar-backward "tabbar" "\ -Select the previous available tab. -Depend on the setting of the option `tabbar-cycle-scope'. - -\(fn)" t nil) - -(autoload 'tabbar-forward "tabbar" "\ -Select the next available tab. -Depend on the setting of the option `tabbar-cycle-scope'. - -\(fn)" t nil) - -(autoload 'tabbar-backward-group "tabbar" "\ -Go to selected tab in the previous available group. - -\(fn)" t nil) - -(autoload 'tabbar-forward-group "tabbar" "\ -Go to selected tab in the next available group. - -\(fn)" t nil) - -(autoload 'tabbar-backward-tab "tabbar" "\ -Select the previous visible tab. - -\(fn)" t nil) - -(autoload 'tabbar-forward-tab "tabbar" "\ -Select the next visible tab. - -\(fn)" t nil) - -(autoload 'tabbar-press-home "tabbar" "\ -Press the tab bar home button. -That is, simulate a mouse click on that button. -A numeric prefix ARG value of 2, or 3, respectively simulates a -mouse-2, or mouse-3 click. The default is a mouse-1 click. - -\(fn &optional ARG)" t nil) - -(autoload 'tabbar-press-scroll-left "tabbar" "\ -Press the tab bar scroll-left button. -That is, simulate a mouse click on that button. -A numeric prefix ARG value of 2, or 3, respectively simulates a -mouse-2, or mouse-3 click. The default is a mouse-1 click. - -\(fn &optional ARG)" t nil) - -(autoload 'tabbar-press-scroll-right "tabbar" "\ -Press the tab bar scroll-right button. -That is, simulate a mouse click on that button. -A numeric prefix ARG value of 2, or 3, respectively simulates a -mouse-2, or mouse-3 click. The default is a mouse-1 click. - -\(fn &optional ARG)" t nil) - -(autoload 'tabbar-mwheel-backward "tabbar" "\ -Select the previous available tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-backward'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-forward "tabbar" "\ -Select the next available tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-forward'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-backward-group "tabbar" "\ -Go to selected tab in the previous available group. -If there is only one group, select the previous visible tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-backward-group'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-forward-group "tabbar" "\ -Go to selected tab in the next available group. -If there is only one group, select the next visible tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-forward-group'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-backward-tab "tabbar" "\ -Select the previous visible tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-backward-tab'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-forward-tab "tabbar" "\ -Select the next visible tab. -EVENT is the mouse event that triggered this command. -Mouse-enabled equivalent of the command `tabbar-forward-tab'. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-switch-tab "tabbar" "\ -Select the next or previous tab according to EVENT. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-mwheel-switch-group "tabbar" "\ -Select the next or previous group of tabs according to EVENT. - -\(fn EVENT)" t nil) - -(autoload 'tabbar-local-mode "tabbar" "\ -Toggle local display of the tab bar. -With prefix argument ARG, turn on if positive, otherwise off. -Returns non-nil if the new state is enabled. -When turned on, if a local header line is shown, it is hidden to show -the tab bar. The tab bar is locally hidden otherwise. When turned -off, if a local header line is hidden or the tab bar is locally -hidden, it is shown again. Signal an error if Tabbar mode is off. - -\(fn &optional ARG)" t nil) - -(defvar tabbar-mode nil "\ -Non-nil if Tabbar mode is enabled. -See the `tabbar-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `tabbar-mode'.") - -(custom-autoload 'tabbar-mode "tabbar" nil) - -(autoload 'tabbar-mode "tabbar" "\ -Toggle display of a tab bar in the header line. -With prefix argument ARG, turn on if positive, otherwise off. -Returns non-nil if the new state is enabled. - -\\{tabbar-mode-map} - -\(fn &optional ARG)" t nil) - -(defvar tabbar-mwheel-mode nil "\ -Non-nil if Tabbar-Mwheel mode is enabled. -See the `tabbar-mwheel-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `tabbar-mwheel-mode'.") - -(custom-autoload 'tabbar-mwheel-mode "tabbar" nil) - -(autoload 'tabbar-mwheel-mode "tabbar" "\ -Toggle use of the mouse wheel to navigate through tabs or groups. -With prefix argument ARG, turn on if positive, otherwise off. -Returns non-nil if the new state is enabled. - -\\{tabbar-mwheel-mode-map} - -\(fn &optional ARG)" t nil) - -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tabbar" '("tabbar-"))) - -;;;*** - -;;;### (autoloads nil nil ("tabbar-pkg.el") (0 0 0 0)) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; coding: utf-8 -;; End: -;;; tabbar-autoloads.el ends here diff --git a/elpa/tabbar-20180726.1735/tabbar-pkg.el b/elpa/tabbar-20180726.1735/tabbar-pkg.el deleted file mode 100644 index f1530f2..0000000 --- a/elpa/tabbar-20180726.1735/tabbar-pkg.el +++ /dev/null @@ -1,9 +0,0 @@ -(define-package "tabbar" "20180726.1735" "Display a tab bar in the header line" 'nil :commit "82bbda31cbe8ef367dd6501c3aa14b7f2c835910" :keywords - '("convenience") - :authors - '(("David Ponce" . "david@dponce.com")) - :maintainer - '("David Ponce" . "david@dponce.com")) -;; Local Variables: -;; no-byte-compile: t -;; End: diff --git a/elpa/tabbar-20180726.1735/tabbar.el b/elpa/tabbar-20180726.1735/tabbar.el deleted file mode 100644 index a0dce4a..0000000 --- a/elpa/tabbar-20180726.1735/tabbar.el +++ /dev/null @@ -1,1978 +0,0 @@ -;; -*-no-byte-compile: t; -*- -;;; tabbar.el --- Display a tab bar in the header line - -;; Copyright (C) 2003, 2004, 2005 David Ponce - -;; Author: David Ponce -;; Maintainer: David Ponce -;; Created: 25 February 2003 -;; Keywords: convenience -;; Version: 2.2 -;; Revision: $Id: tabbar.el,v 1.7 2009/03/02 21:02:34 davidswelt Exp $ - -(defconst tabbar-version "2.2") - -;; This file is not part of GNU Emacs. - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 3, or (at -;; your option) any later version. - -;; This program is distributed in the hope that it will be useful, but -;; WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth -;; Floor, Boston, MA 02110-1301, USA. - -;;; Commentary: -;; -;; This library provides the Tabbar global minor mode to display a tab -;; bar in the header line of Emacs 21 and later versions. You can use -;; the mouse to click on a tab and select it. Also, three buttons are -;; displayed on the left side of the tab bar in this order: the -;; "home", "scroll left", and "scroll right" buttons. The "home" -;; button is a general purpose button used to change something on the -;; tab bar. The scroll left and scroll right buttons are used to -;; scroll tabs horizontally. Tabs can be divided up into groups to -;; maintain several sets of tabs at the same time (see also the -;; chapter "Core" below for more details on tab grouping). Only one -;; group is displayed on the tab bar, and the "home" button, for -;; example, can be used to navigate through the different groups, to -;; show different tab bars. -;; -;; In a graphic environment, using the mouse is probably the preferred -;; way to work with the tab bar. However, you can also use the tab -;; bar when Emacs is running on a terminal, so it is possible to use -;; commands to press special buttons, or to navigate cyclically -;; through tabs. -;; -;; These commands, and default keyboard shortcuts, are provided: -;; -;; `tabbar-mode' -;; Toggle the Tabbar global minor mode. When enabled a tab bar is -;; displayed in the header line. -;; -;; `tabbar-local-mode' (C-c ) -;; Toggle the Tabbar-Local minor mode. Provided the global minor -;; mode is turned on, the tab bar becomes local in the current -;; buffer when the local minor mode is enabled. This permits to -;; see the tab bar in a buffer where the header line is already -;; used by another mode (like `Info-mode' for example). -;; -;; `tabbar-mwheel-mode' -;; Toggle the Tabbar-Mwheel global minor mode. When enabled you -;; can use the mouse wheel to navigate through tabs of groups. -;; -;; `tabbar-press-home' (C-c ) -;; `tabbar-press-scroll-left' (C-c ) -;; `tabbar-press-scroll-right' (C-c ) -;; Simulate a mouse-1 click on respectively the "home", "scroll -;; left", and "scroll right" buttons. A numeric prefix argument -;; value of 2, or 3, respectively simulates a mouse-2, or mouse-3 -;; click. -;; -;; `tabbar-backward' (C-c ) -;; `tabbar-forward' (C-c ) -;; Are the basic commands to navigate cyclically through tabs or -;; groups of tabs. The cycle is controlled by the -;; `tabbar-cycle-scope' option. The default is to navigate -;; through all tabs across all existing groups of tabs. You can -;; change the default behavior to navigate only through the tabs -;; visible on the tab bar, or through groups of tabs only. Or use -;; the more specialized commands below. -;; -;; `tabbar-backward-tab' -;; `tabbar-forward-tab' -;; Navigate through the tabs visible on the tab bar. -;; -;; `tabbar-backward-group' (C-c ) -;; `tabbar-forward-group' (C-c ) -;; Navigate through existing groups of tabs. -;; -;; -;; Core -;; ---- -;; -;; The content of the tab bar is represented by an internal data -;; structure: a tab set. A tab set is a collection (group) of tabs, -;; identified by an unique name. In a tab set, at any time, one and -;; only one tab is designated as selected within the tab set. -;; -;; A tab is a simple data structure giving the value of the tab, and a -;; reference to its tab set container. A tab value can be any Lisp -;; object. Each tab object is guaranteed to be unique. -;; -;; A tab set is displayed on the tab bar through a "view" defined by -;; the index of the leftmost tab shown. Thus, it is possible to -;; scroll the tab bar horizontally by changing the start index of the -;; tab set view. -;; -;; The visual representation of a tab bar is a list of valid -;; `header-line-format' template elements, one for each special -;; button, and for each tab found into a tab set "view". When the -;; visual representation of a tab is required, the function specified -;; in the variable `tabbar-tab-label-function' is called to obtain it. -;; The visual representation of a special button is obtained by -;; calling the function specified in `tabbar-button-label-function', -;; which is passed a button name among `home', `scroll-left', or -;; `scroll-right'. There are also options and faces to customize the -;; appearance of buttons and tabs (see the code for more details). -;; -;; When the mouse is over a tab, the function specified in -;; `tabbar-help-on-tab-function' is called, which is passed the tab -;; and should return a help string to display. When a tab is -;; selected, the function specified in `tabbar-select-tab-function' is -;; called, which is passed the tab and the event received. -;; -;; Similarly, to control the behavior of the special buttons, the -;; following variables are available, for respectively the `home', -;; `scroll-left' and `scroll-right' value of `