issues
search
bbatsov
/
emacs-lisp-style-guide
A community-driven Emacs Lisp style guide
1.08k
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Suggestion]: Minimize additions to list variables
#60
progfolio
closed
9 months ago
0
progn along with if
#59
noorul
closed
3 years ago
2
Testing conventions
#58
victorolinasc
opened
4 years ago
5
Naming convention for boolean variables
#57
andreyorst
closed
2 years ago
3
Consistency between seq-do, seq-map, mapc, and mapcar
#56
hlissner
opened
4 years ago
1
Guide conversion from Markdown to Org-mode
#55
easbarba
closed
5 years ago
1
Use uninterned symbols in expanded let-forms of macros
#54
TobiasZawada
opened
5 years ago
3
Currently left out topic: Use lexical binding.
#53
TobiasZawada
opened
5 years ago
6
Format the Yoda quote like the other quotes
#52
lgirvin
closed
6 years ago
0
Determining arguments to interactive functions
#51
vermiculus
opened
6 years ago
2
Prefer `nil` for empty lists over `()` or `'()`
#50
Fuco1
opened
6 years ago
2
org-mode?
#49
easbarba
closed
5 years ago
5
I think you missed a parentheses
#48
casouri
closed
6 years ago
0
Collaborate?
#47
alphapapa
closed
7 years ago
2
Which is better "when-and" layout?
#46
yuzumx
closed
7 years ago
3
Add section on lists
#45
Ambrevar
closed
6 years ago
9
Should there be guidelines for preserving global state?
#44
yurikhan
opened
7 years ago
2
Add section on tools
#43
xiongtx
closed
7 years ago
0
Add face name convention
#42
xiongtx
closed
7 years ago
0
Body on the same line as a conditional form
#41
deb0ch
opened
7 years ago
2
Let's put transient caches/state/files/crap in .emacs.d/.cache
#40
Fuco1
opened
8 years ago
7
Formatter to follow most of this guide?
#39
Jiehong
opened
8 years ago
4
Naming function arguments
#38
ghost
opened
9 years ago
5
Separate sentences with two spaces. Close #36.
#37
Malabarba
closed
9 years ago
1
Separate sentences with _two spaces_
#36
ruediger
closed
9 years ago
4
Discourage usage of version defconst in lieu of lm-version
#35
Malabarba
opened
9 years ago
21
Co-editors
#34
bbatsov
closed
9 years ago
6
Do not indent subsequent lines of a documentation string.
#33
sviridov
closed
10 years ago
6
Remind people to define a version number defconst
#32
Malabarba
closed
9 years ago
9
Proposal: Put macro definitions in their own section at the top of files
#31
shosti
opened
10 years ago
16
Use descriptive keyword argument instead of `t` when boolean flag is expected
#30
Fuco1
opened
10 years ago
17
The t/:else in `cond`s
#29
Fuco1
closed
6 years ago
1
Expand a bit on when to indent by 2 or 4 spaces.
#28
Malabarba
closed
10 years ago
2
Add section on loading and autoloading
#27
shosti
closed
10 years ago
5
Why 2 spaces rather than tabs?
#26
GregDavidson
opened
10 years ago
5
Clarify on the variadicity of comparisons.
#25
Malabarba
closed
10 years ago
0
Libraries adding unprefixed functions
#24
Trevoke
closed
9 years ago
6
Add section on loading
#23
shosti
closed
10 years ago
2
Add a Docstrings section.
#22
mwfogleman
closed
10 years ago
2
Correct "issues" link.
#21
mwfogleman
closed
10 years ago
1
Example of a syntax-quoted form
#20
DamienCassou
closed
1 year ago
4
Reconcile comment section with the elisp reference
#19
Malabarba
closed
10 years ago
1
Add a section on lambda's.
#18
Malabarba
closed
10 years ago
2
Describe when predicates take a hyphen.
#17
Malabarba
closed
10 years ago
1
Mention that Emacs indents well by itself.
#16
Malabarba
closed
10 years ago
1
Not sure about dissuading scheme-style predicates
#15
shosti
closed
10 years ago
4
Proposal: Don't use anonymous functions as hooks
#14
shosti
closed
10 years ago
1
Add note about lexical-binding (fixes #11).
#13
skeeto
closed
10 years ago
1
Add sharp quote advice (fixes #7).
#12
skeeto
closed
9 years ago
12
Proposal: Always use lexical scope in new code
#11
skeeto
closed
10 years ago
1
Next