Manage external services from within Emacs
An unofficial Emacs Lisp Package Archive for EmacsWiki
Search emails with Notmuch and Helm
《唐诗三百首》数据
v2ex-mode, major mode for visiting http://v2ex.com/ freely in emacs.
xuchunyang/another-emacs-server 11
An Emacs server built on HTTP and JSON
2048 in Standard ML
xuchunyang/Advent-of-Code-2018 6
Advent of Code 2018 in Emacs Lisp
Use 1Password from Emacs
HTML look of C-h C-a (i.e. M-x about-emacs)
release gohugoio/hugo
hugo_0.84.0_checksums.txt 2.88KB
hugo_0.84.0_DragonFlyBSD-64bit.tar.gz 13.17MB
hugo_0.84.0_FreeBSD-32bit.tar.gz 12.10MB
hugo_0.84.0_FreeBSD-64bit.tar.gz 13.18MB
hugo_0.84.0_FreeBSD-ARM.tar.gz 12.34MB
hugo_0.84.0_FreeBSD-ARM64.tar.gz 11.91MB
hugo_0.84.0_Linux-32bit.deb 12.13MB
hugo_0.84.0_Linux-32bit.tar.gz 12.11MB
hugo_0.84.0_Linux-64bit.deb 13.22MB
hugo_0.84.0_Linux-64bit.tar.gz 13.18MB
hugo_0.84.0_Linux-ARM.deb 12.35MB
hugo_0.84.0_Linux-ARM.tar.gz 12.34MB
hugo_0.84.0_Linux-ARM64.deb 12.01MB
hugo_0.84.0_Linux-ARM64.tar.gz 11.99MB
hugo_0.84.0_macOS-64bit.tar.gz 13.67MB
hugo_0.84.0_macOS-ARM64.tar.gz 13.36MB
hugo_0.84.0_NetBSD-32bit.tar.gz 12.08MB
hugo_0.84.0_NetBSD-64bit.tar.gz 13.17MB
hugo_0.84.0_NetBSD-ARM.tar.gz 12.33MB
hugo_0.84.0_OpenBSD-32bit.tar.gz 12.08MB
hugo_0.84.0_OpenBSD-64bit.tar.gz 13.18MB
hugo_0.84.0_OpenBSD-ARM.tar.gz 12.33MB
hugo_0.84.0_OpenBSD-ARM64.tar.gz 11.92MB
hugo_0.84.0_Windows-32bit.zip 12.14MB
hugo_0.84.0_Windows-64bit.zip 13.26MB
hugo_0.84.0_Windows-ARM.zip 12.67MB
hugo_extended_0.84.0_Linux-64bit.deb 13.24MB
hugo_extended_0.84.0_Linux-64bit.tar.gz 13.20MB
hugo_extended_0.84.0_macOS-64bit.tar.gz 13.69MB
released time in 10 hours
startedmskorzhinskiy/org-ql-planning
started time in 17 hours
fork syohex/capnproto
Cap'n Proto serialization/RPC system - core tools and C++ library
fork in a day
startedbee-san/pyWhat
started time in a day
starteddadosch/barrier-android
started time in a day
push eventrocky/elisp-bytecode
commit sha aa7aa52e8fedeb98a86ab2f3721a2d8b7db8de63
goto does not read eval stack Fixes #75
push time in a day
issue closedrocky/elisp-bytecode
The byte-code manual lists goto as having a stack effect of -1+0. However looking at the source this doesn't seem to correct. It does not pop at all. Unless I am missing something?
CASE (Bgoto):
op = FETCH2;
op_branch:
op -= pc - bytestr_data;
op_relative_branch:
if (BYTE_CODE_SAFE
&& ! (bytestr_data - pc <= op
&& op < bytestr_data + bytestr_length - pc))
emacs_abort ();
quitcounter += op < 0;
if (!quitcounter)
{
quitcounter = 1;
maybe_gc ();
maybe_quit ();
}
pc += op;
NEXT;
closed time in a day
CeleritasCeleryissue commentrocky/elisp-bytecode
You are a correct. This should e fixed in aa7aa52 but please double check.
comment created time in a day
issue openedrocky/elisp-bytecode
The byte-code manual lists goto as having a stack effect of -1+0. However looking at the source this doesn't seem to correct. It does not pop at all. Unless I am missing something?
CASE (Bgoto):
op = FETCH2;
op_branch:
op -= pc - bytestr_data;
op_relative_branch:
if (BYTE_CODE_SAFE
&& ! (bytestr_data - pc <= op
&& op < bytestr_data + bytestr_length - pc))
emacs_abort ();
quitcounter += op < 0;
if (!quitcounter)
{
quitcounter = 1;
maybe_gc ();
maybe_quit ();
}
pc += op;
NEXT;
created time in a day
startedraxod502/apheleia
started time in a day
startedglycerine/zygomys
started time in 2 days
startedowid/owid-datasets
started time in 3 days
startedowid/covid-19-data
started time in 3 days