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
;;; Install: | |
;; Put this file into load-path'ed directory, and byte compile it if | |
;; desired. And put the following expression into your ~/.emacs. | |
;; | |
;; (require 'nativechecker) | |
;;; Usage: |
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
(require 'ert) | |
(require 'jcalendar) | |
(ert-deftest jcalendar-era () | |
"" | |
:tags '(jcalendar) | |
(should (equal (car (jcalendar--date-to-era '(1 6 1989))) "昭和")) | |
(should (equal (car (jcalendar--date-to-era '(1 7 1989))) "昭和")) | |
(should (equal (car (jcalendar--date-to-era '(1 8 1989))) "平成")) | |
(should (equal (car (jcalendar--date-to-era '(1 25 1868))) "明治")) |
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
;; Author: Masahiro Hayashi <[email protected]> | |
;; Keywords: | |
;; Emacs: | |
;; Package-Requires: () | |
;; * require imagemagick to display icon | |
;;TODO | |
;; * show unseen count or only unseen existence. |
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
;;; fgit.el --- Functional Git interface for emacs | |
;; Copyright (C) 2010 by Hayashi Masahiro | |
;; Author: Hayashi Masahiro <[email protected]> | |
;; URL: | |
;; Keywords: Emacs, Git, Frontend | |
;; Version: 0.0.1 | |
;; fgit.el 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
;;; -*- coding: utf-8; -*- | |
;;; gdic.el --- Google translator for Japanese | |
;; Author: Masahiro Hayashi <[email protected]> | |
;; URL: http://gist.github.com/575981 | |
;; Keywords: google translation | |
;; Emacs: GNU Emacs 24 or later | |
;; Package-Requires: ((cl-lib "0.3")) | |
;; Version: 0.2.0 |
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
;;; archive-7z.el --- Archive mode extensions for 7z | |
;; Author: Masahiro Hayashi <[email protected]> | |
;; Keywords: | |
;; Emacs: GNU Emacs | |
;; Package-Requires: () | |
;;; Commentary: | |
;; |
NewerOlder