The major tag has no wiki summary.
9
votes
2answers
915 views
emacs lisp, how to get buffer major mode?
I have tried to search Google and look in the manual, but still cannot find how to get major mode of a buffer object. Can you help me with an example or a reference. Thanks
only solution I could ...
3
votes
2answers
201 views
GIT: is a tag unique per commit?
If you can use a tag only once (unique by commit), what do I do with 7 commits in tag "Version 7.3"?
I hate that GIT doesn't make revision numbers (like SVN :)).
I guess a subquestion would be:
What ...
0
votes
2answers
2k views
knowing a device special file major and minor numbers in linux
All files in /dev are special files... they represent devices of the computer.
They were created with the mknod syscall. My question is: How can I know the minor and
major numbers that were used to ...