This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-*- mode: outline -*- | |
* 1.6 | |
** new: 追加差分のツリーが欲しいとき前回取ったツリーテキストを PREFIX 起動で指定すると | |
それをキャッシュにして大幅に高速化できる. | |
** fix: `read-directory-name' (interactive "D" も等価) からディレクトリを指定したとき | |
末尾にスラッシュがあると戻値が `default-directory' になってしまう. | |
スラッシュ末尾でなければ渡した名前がそのまま戻る | |
(スラッシュがあってもなくても常にこちらであってほしい). | |
これが BUG なのか知らないが、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; shuffle-all.el -- Play the Music file. | |
;; Copyright (C) 2023, 2024, 2025 fubuki | |
;; Author: fubuki at frill.org | |
;; Version: @(#)$Revision: 2.30 $$Name: $ | |
;; Keywords: multimedia | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; playall.el -- Play music file for wtag. | |
;; Copyright (C) 2023 fubuki | |
;; Author: fubuki at frill.org | |
;; Version: @(#)$Revision: 1.28 $ | |
;; Keywords: multimedia | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; matrix.el -*- coding: utf-8-emacs -*- | |
;; Copyright (C) 2022 fubuki | |
;; Author: [email protected] | |
;; Version: @(#)$Revision: 1.11 $$Name: $ | |
;; Keywords: | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; wallpaper-copy.el | |
;; Copyright (C) 2020, 2022, 2023 fubuki -*- coding: utf-8 -*- | |
;; Author: fubukiATfrill.org | |
;; Version: @(#)$Revision: 1.11 $ | |
;; Keywords: multimedia | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; bg-grep.el --- elisp BackGround GREP -*- coding: utf-8-unix; -*- | |
;; Copyright (C) 2020, 2023 fubuki | |
;; Author: fubuki at frill.org | |
;; Keywords: files | |
;; Version: $Revision: 1.14 $ | |
;; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; mew-indays.el -- mew indays. | |
;; Copyright (C) 2018, 2022 fubuki | |
;; @(#)$Revision: 1.3 $ | |
;; Author: [email protected] | |
;; Keywords: Mail Mew | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; multipart-decode.el -- Multipart Decode. | |
;; Copyright (C) 2018, 2021 [email protected] | |
;; @(#)$Revision: 1.5 $ | |
;; Author: [email protected] | |
;; Keywords: tools | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; mew-search-with-builtin.el -- Mew Builtin Search. | |
;; Copyright (C) 2018, 2019, 2020 fubuki -*- coding: utf-8-emacs; -*- | |
;; Author: [email protected] | |
;; Keywords: tools | |
;; 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 of the License. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; qpg-mode.el -- Quick Password Generator. | |
;; Copyright (C) 2017, 2018, 2020, 2022, 2023 fubuki | |
;; Author: fubuki at frill.org | |
;; Keywords: tools | |
;; Version: $Revision: 1.25 $ | |
;; 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 of the License. |
NewerOlder