Emacs 25.1 released
101–110 of 151 posts
Re: Emacs 25.1 released
#102Re: Emacs 25.1 released
#103The emacs ecosystem has really changed how I work. I manage all of my email now in `mu4e`. I manage all of my notes, writing, TODOs, time tracking, invoicing in `org-mode`. For interacting with git, `magit` is simply amazing. The most important thing is how everything works together. There is the obvious window, frame and buffer management, the kill ring, the searching across all open buffers. Less obvious is that wh…
Re: Emacs 25.1 released
#104Let's start a thread with "little cheries" you found in emacs! Focus on things that you found after years of usage and you regret not noticing before. Given Emacs scope age it's sometimes easy to miss some very cool stuff. What's more, lots of things on Internet are outdated. I will start: - elscreen - you can configure it to get tmux-lookalike inside emacs. My config: https://gist.github.com/kozikow/58b46c45a2c24406…
Re: Emacs 25.1 released
#105I'm still a novice emacs user, and a kind-of-longtime vim user, heres my "journey" 2010~2011: learn vim because I wanted to slack off studying for exams 2012: addicted to vim keybindings at this point, tell people 'I can't use other editors without "proper" vim keybindings' 2012: also discover tmux, because i wanted the ability to use vim keybindings and copy things in/out of shell 2012-2016: dabble with emacs sproad…
I mainly use vim and what I normally do to use shell within vim is to open another window and run something like:
:r !some-shell-command
If I want to filter text within the buffer to the shell command, I can visually highlight it and run. :' !some-other-command
It's easy enough to undo the result and retry. I can edit the shell command opening the command line window with q: (which allows me to browse through my ex command history and use standard vim keybindings to edit, copy, and paste parts of the commands from the history that I need to run them again.I know you can do something similar in emacs using the M-! keybinding, but I'm sure that's not an orthodox way of doing things in that environment.
Re: Emacs 25.1 released
#106Let's start a thread with "little cheries" you found in emacs! Focus on things that you found after years of usage and you regret not noticing before. Given Emacs scope age it's sometimes easy to miss some very cool stuff. What's more, lots of things on Internet are outdated. I will start: - elscreen - you can configure it to get tmux-lookalike inside emacs. My config: https://gist.github.com/kozikow/58b46c45a2c24406…
Magit gets a lot of deserved love on the internet, but I think abo-abo (the author of hydra, which you listed) is quietly leading a kind of revolution in emacs usage. His trifecta of packages lispy (edit at the speed of thought in lisps), swiper/ivy (a simple and powerful interface to every facet of your editor), and hydra are the main reasons I use emacs over vim.
swiper/ivy - I am already hardly locked in into helm. Even if some competing packages are more powerful (e.g. I used icicles at some point) or faster (e.g. ivy) due to big community helm have lots of community-contributed, helm-optimised packages. Type M-x install-package helm- vs ivy-.
Re: Emacs 25.1 released
#107Let's start a thread with "little cheries" you found in emacs! Focus on things that you found after years of usage and you regret not noticing before. Given Emacs scope age it's sometimes easy to miss some very cool stuff. What's more, lots of things on Internet are outdated. I will start: - elscreen - you can configure it to get tmux-lookalike inside emacs. My config: https://gist.github.com/kozikow/58b46c45a2c24406…
Magit gets a lot of deserved love on the internet, but I think abo-abo (the author of hydra, which you listed) is quietly leading a kind of revolution in emacs usage. His trifecta of packages lispy (edit at the speed of thought in lisps), swiper/ivy (a simple and powerful interface to every facet of your editor), and hydra are the main reasons I use emacs over vim.
Re: Emacs 25.1 released
#108I'm still a novice emacs user, and a kind-of-longtime vim user, heres my "journey" 2010~2011: learn vim because I wanted to slack off studying for exams 2012: addicted to vim keybindings at this point, tell people 'I can't use other editors without "proper" vim keybindings' 2012: also discover tmux, because i wanted the ability to use vim keybindings and copy things in/out of shell 2012-2016: dabble with emacs sproad…
Re: Emacs 25.1 released
#109Earlier quoted context omitted.
Does it matter? If your connection gets MITM'd and someone changes the .sig files, they'll no longer validate against GNU's code-signing public key (which you may already have, or if not, the link to download it is https ( https://ftp.gnu.org/gnu/gnu-keyring.gpg ). (Unless of course that person has GNU's private key, but in that case you've lost before you started) (Incidentally, if you just change the url from http…
Yes, it matters. https is not perfect , but it is 99% less vulnerable than http.