Three HUGE Mistakes New Emacs Users Make

  Рет қаралды 99,747

DistroTube

DistroTube

Күн бұрын

Пікірлер: 283
@scarceorange3359
@scarceorange3359 3 жыл бұрын
The biggest mistake is not using Emacs.
@rxn7
@rxn7 3 жыл бұрын
vim*
@Zephyrus0
@Zephyrus0 3 жыл бұрын
@@rxn7 vi* :]
@yuliusseraph4973
@yuliusseraph4973 3 жыл бұрын
@@Zephyrus0 ed*
@dakata2416
@dakata2416 3 жыл бұрын
@@yuliusseraph4973 punch cards*
@dorukayhanwastaken
@dorukayhanwastaken 3 жыл бұрын
But muh VSCode ;_;
@jogo2000
@jogo2000 3 жыл бұрын
Startup time of less than 2 seconds is not a problem because you should never quit emacs in the first place.
@matejskulsky5746
@matejskulsky5746 Жыл бұрын
I mean... it is the fastest OS boot time Ive seen.
@jsiegel62
@jsiegel62 3 жыл бұрын
@dt: Terminal mode emacs instances can indeed leverage the server. Just use the -nw flag with 'emacsclient' (rather than 'emacs,' which is what you used in the demo). Greybeards like me (I started using emacs in mid-eighties) used it for years before there was a truly viable graphical mode. Terminal mode is still faster, and with a properly-configured terminal (or emulator) the fontifying ("faces") are just as effective. It's the "always-works" mode for emacs :-) Love the channel, keep on keepin' on :-)
@micahrufsvold
@micahrufsvold 2 жыл бұрын
All hail the Greybeards!
@naqdimuhammad
@naqdimuhammad 2 жыл бұрын
Love you greybeards but just as a note there is this mode called TRAMP that allows you to modify remote files in an Emacs buffer.
@backender
@backender 2 жыл бұрын
Well, I must admit, terminal frontend is laggish if you have terminal (iTerm) fullscreen open and fontsize 10 which gives you 116+ rows and probably 200+ columns of text emacs must recalculate. I'm telling of course about Doom or Spacemacs whatever, and even if using very limited set of features on. But. I have all the world's power sitting in tmux+emacs, and the only one other app I have opened is Chrome :) Greybeards += 1
@eduardourias8379
@eduardourias8379 2 жыл бұрын
100%. Plus all my dev interaction is always inside tmux which is far more worth than any of the GUI features for me.
@ZenoLee0
@ZenoLee0 Жыл бұрын
Running terminal-mode doom emacs in tmux with EVIL mode? Talk about playing Russian roulette with key bindings. I dare you to go one step further and run vim within terminal emulator.
@learningbird9940
@learningbird9940 3 жыл бұрын
Derek, Derek...it is 2 years after you started with Emacs that you explain these very important features, that many of us never heard of??? Time for you to rebuild a deep, complete, 8 or 10 part tutorial on Doom Emacs!
@caesarxinsanium
@caesarxinsanium 3 жыл бұрын
this this THIS
@skycandy_806
@skycandy_806 3 жыл бұрын
series for doom emacs would be AMAZING
@paarthjuneja3707
@paarthjuneja3707 3 жыл бұрын
This. The way he explains stuff is amazing. I learn a ton through him.
@thingsiplay
@thingsiplay 3 жыл бұрын
The right way to use Emacs is to forget everything you learned about Linux and make Emacs to your operating system.
@night_h4nter
@night_h4nter 3 жыл бұрын
It's more about the interfaces, not the system underneath them.
@fgtdjkg
@fgtdjkg 3 жыл бұрын
That's a bad idea. Emacs can't be better than native OS utilities. For example, emacs terminal is awfully slow, even vterm.
@exnihilonihilfit6316
@exnihilonihilfit6316 3 жыл бұрын
@@fgtdjkg You shouldn't take joking, bull$hit statements like that so seriously...
@jatufin
@jatufin 3 жыл бұрын
I've been using Emacs some 30 years. At last activated the daemon after watching the video :D Better late than ever, I guess...
@naumanahmad8022
@naumanahmad8022 3 жыл бұрын
I was a vim user for quite some time but learned about doom emacs from DT when you started posting about it about a year ago. Had a rough start but now that I've got the hang of it It's awesome. Your videos were really helpful then to get me started and now I rarely use anything else. Everything except browsing and media is now emacs for me and rarely use terminal as well. Emacs (Doom) fulfills like 80% of my workstation needs
@williamfish1407
@williamfish1407 2 жыл бұрын
So a bunch of stuff I struggled with was a change of leader key, some vim targets and verbs that I didn't know how to port over and getting search results into a quickfix. I was super impressed with the vim emulation. Assuming you can cfdo, etc
@redcoat4348
@redcoat4348 Жыл бұрын
You're like the exact guy that luke smith talked about as the reason that he wont learn emacs lol
@sebaszwarc
@sebaszwarc 2 жыл бұрын
I don't consider not running server as mistake. Seriously, fighting about 2 seconds launchtime?
@DiogoGDF
@DiogoGDF 3 жыл бұрын
I started using emacs yesterday, great timing to upload this video!
@exnihilonihilfit6316
@exnihilonihilfit6316 3 жыл бұрын
You're gonna quit it tomorrow, with a lot of wasted time (life) behind you …
@areg7182
@areg7182 3 жыл бұрын
Small correction: SPC . is not dired, it's an ivy prompt
@AmirHosseinHonardust
@AmirHosseinHonardust 3 жыл бұрын
oh good god! I always suspected that and was weirded out when it didn't act like I thought it was supposed to!
@hansdampf2284
@hansdampf2284 Жыл бұрын
The terminal version is great for when you have a development server and you only can ssh into it. I use this all the time and it feels like having a proper desktop app
@simonced
@simonced 3 жыл бұрын
In many of your videos, I see you type the full path for programs that you have aliases for. At least in bash, you can prefix the program name with \ and it'll run the non alias command ;)
@tralphstreet
@tralphstreet 2 жыл бұрын
You can also use the "command" command, to run the actual command instead of the alias. Example: "command ls".
@MH_VOID
@MH_VOID 2 жыл бұрын
In ZSH, backslash escaping used to work, but then it stopped and now I just do for example `@ cat`, where I have ``` @ () { "$(where "$1" | tail -n 1)" "$@" } ``` defined in my .zshrc You telling me I should replace the where-tailing with `command`?
@AmirHosseinHonardust
@AmirHosseinHonardust 3 жыл бұрын
Thanks DT! After 6 months of Emacs usage, I reached the same conclusion that first impression of Emacs is not doing it justice. It's like opening up xmonad, and tinkering with it for 10 minutes, and decide that it cannot do much. It just doesn't make any sense.
@masterofdizzzaster
@masterofdizzzaster 2 жыл бұрын
Sometimes i feel like the world sucks, you know? But man, at least i can watch DT, and that makes me feel nice, sincerely. Thanks man, i hope you will continue doing what you are doing for decades to come.
@GrigoNiko
@GrigoNiko 3 жыл бұрын
Trying using emacs as a terminal app, thinking it's more "true way" was my sin. And also the reason for me to quit. Thanks, Derek. I guess, I give it another try.
@fgtdjkg
@fgtdjkg 3 жыл бұрын
Can't agree. I use emacs in terminal for more than a year and I like it. I launch daemon on my server and then ssh in to it and use emacsclient, can't do this with gui. I don't like Tramp by the way
@BurgerKingHarkinian
@BurgerKingHarkinian 3 жыл бұрын
@@fgtdjkg why tf did you have to add the completely irrelevant note to the end of your comment?
@fgtdjkg
@fgtdjkg 3 жыл бұрын
@@BurgerKingHarkinian don't confuse TRAMP with Donald Trump
@BurgerKingHarkinian
@BurgerKingHarkinian 3 жыл бұрын
@@fgtdjkg yeah I realized my mistake after further scrolling through the comments. My bad. lol
@GrigoNiko
@GrigoNiko 3 жыл бұрын
@@fgtdjkg I meant it from inexperienced user's perspective. Have you had any experience with GNU/Emacs or its forks before the point you've decided to run your text editor on remote machine?
@matejskulsky5746
@matejskulsky5746 Жыл бұрын
You had me in the last part. I'm switching to emacs because of terminal side. I'm switching from vs-code because of option ssh-ing to my machine and have just one IDE. (on site I'd use vs-code, ssh = nano (simple for small changes, annoying for complex changes)) I'm glad you mentioned that it is fine for tty only access.
@kdemetter
@kdemetter 3 жыл бұрын
I can of have a weird masochistic love-hate relationship with emacs. I'll be drawn to using it for a while as my main editor, but then I'll get frustrated because I'm not good at using it. And then I'll be drawn to it again. Maybe I need to see a therapist. Whereas for Vim, we kind of have an understanding: used for limited editing , no fancy keystrokes, save and quite before anything serious might happen. Not as romantic but it works
@exnihilonihilfit6316
@exnihilonihilfit6316 3 жыл бұрын
You should have been using nano instead of vim. You don't require the latter for kid stuff like that. Always use the simplest tools you can afford to use for jobs, otherwise you're losing precious time learning what you never needed to learn. And let's not even start about Emacs ...
@kdemetter
@kdemetter 3 жыл бұрын
@@exnihilonihilfit6316 No, because vim works which better from an ssh client than nano does, and I don't have to worry about installing it first, as it's on every server. And really it's not hard to use at all when you stick to the basics. Emacs is quite a different matter though, I agree
@hughdahand5711
@hughdahand5711 3 жыл бұрын
The biggest rookie mistake I made was expecting to get any work done. It's way to complicated for my dumbass
@TheSaif78
@TheSaif78 3 жыл бұрын
if it aint facts
@KrakonosovoBabka
@KrakonosovoBabka 2 ай бұрын
I feel like it is best to learn it using raw emacs and slowly building your config. My first emacs try was with doom emacs. I quit it in like 2 days. Some time passed and I gave it another try, but raw. I stuck with it till today.
@0x007A
@0x007A 3 жыл бұрын
Emacs is GNU Hurd but Richard Stallman refuses to acknowledge it. ;-)
@modrobert
@modrobert 3 жыл бұрын
Good tips, haven't used Emacs much. The terminal in the example with running process is not useless though, pressing ctrl-z and then typing 'bg' will set it free.
@spacechannelfiver
@spacechannelfiver 3 жыл бұрын
Emacs is a reasonable Operating System, it just needs a good text editor.
@casenc
@casenc 3 жыл бұрын
Like, say, VIM?
@lupuscanis4370
@lupuscanis4370 3 жыл бұрын
it already has vim, is called evil
@fgtdjkg
@fgtdjkg 3 жыл бұрын
Emacs has a very good text editor, it can do everything vim can and more
@HrHaakon
@HrHaakon Ай бұрын
​@@lupuscanis4370 He said good editor, so...
@Chr0n0s38
@Chr0n0s38 3 жыл бұрын
In all fairness, emacsclient has it's issues. I can't tell you how many times I've tried to use the daemon mode just to have it wind up unable to exit cleanly does to recentf not responding, delaying my system's shutdown by 90s. This is much longer than just the time it takes to start up a fresh emacs session multiple times in the day.
@H4KnSL4K
@H4KnSL4K 3 жыл бұрын
Re: Opening emacs in the terminal: If you're running emacs-nox under gnu screen (or tmux), it's quite natural to run emacs in the terminal...
@userx9166
@userx9166 3 жыл бұрын
Hej man...just want to say...I've been a vim user for a long time..and since your first doom emacs video..I got in love with it...and now it is basically my windows manager kkkk I can only thank you for the amazing content! ^^
@Chris-ip8uv
@Chris-ip8uv 3 жыл бұрын
Jeez DT, I can't believe it was 2 years ago you did that. Back then, I thought you were nuts. Of course, I still do ;)
@Andrath
@Andrath 2 жыл бұрын
Another tip, In evil-mode, Ctrl-Z will toggle evil-mode on and off, handy if you are running ssh in a vterm, and you have to edit a file remotely with vim/neovim
@jimlee7570
@jimlee7570 2 жыл бұрын
The 'emacsclient' thing I discovered quite by accident not long ago. That's when I realized that I was probably doing some of this stuff in an inefficient way. Since then I started studying Emacs a little more - now I consider myself a Vim refugee who now uses emacs exclusively. I still like my Vim keybindings but, hey, that's what Evil mode is for, right? Other than that, you'll have to pry emacs from my cold, dead hands...
@محمدفرج-ث7ذ3د
@محمدفرج-ث7ذ3د 3 жыл бұрын
I config emacs with more than 300 package with 1 second to load ❤ it is based in one guy i dont know his name for now, i think emacs with lisp better than neovim and lua and less just now i need to config eshell
@martinvandenbroek2532
@martinvandenbroek2532 3 жыл бұрын
Do you mean Protesilaos Stavrou ?
@reo101
@reo101 3 жыл бұрын
Neovim with LuaJIT is leagues faster than plain Elisp. (gccmacs is another beast)
@SenthilBabuji
@SenthilBabuji 3 жыл бұрын
You could give an empty string for alternate editor which will start Emacs server if not already started and will connect the client to it.
@miscibi
@miscibi 2 жыл бұрын
beautiful video. thank you!
@ghsinfosec
@ghsinfosec 3 жыл бұрын
The biggest mistake is using emacs instead of vim! I'm only kidding, great stuff DT! I don't use emacs much, but you've made it appealing. Keep it up man!
@ViniciusProvenzano
@ViniciusProvenzano 3 жыл бұрын
Your best video in a long time! Great content!
@tater2017
@tater2017 3 жыл бұрын
Very informative, thank you!
@stiljohny
@stiljohny 3 жыл бұрын
hey DT, did you know if you have aliases of commands you can run those commands ignoring he preconfigured alias in your case you can run `\emacs` and that will run whatever your system things emacs is ignoring the alias ;)
@distant6606
@distant6606 3 жыл бұрын
hey dt!really nice and helpful video, being a new emacs user myself.keep it up
@zukxxxx0
@zukxxxx0 2 жыл бұрын
Learn linux at the same time do we need to learn another app that acts as an OS inside an OS I feel coggy in this case
@nickbernstein
@nickbernstein 9 ай бұрын
If the goal is to learn Linux, learn Linux first. If the goal is programming, writing, etc - learning emacs/both is fine, but may be more work.
@retropixel6801
@retropixel6801 Жыл бұрын
I'd just like to interject for a moment. What you're refering to as Emacs, is in fact, GNU/Emacs, or as I've recently taken to calling it, GNU plus Emacs. Emacs is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Emacs, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is an Emacs, and these people are using it, but it is just a part of the system they use. Emacs is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Emacs is normally used in combination with the GNU operating system: the whole system is basically GNU with Emacs added, or GNU/Emacs. All the so-called Emacs distributions are really distributions of GNU/Emacs!
@debasishraychawdhuri
@debasishraychawdhuri Жыл бұрын
I don't understand why people worry about the fact that it take two seconds to load. It's just two seconds. I don't run the server because I don't always use emacs and I don't want it to consume memory when I am not using it. I am perfectly fine if it takes two seconds to load, because it is just two freaking seconds.
@xangelux
@xangelux 2 жыл бұрын
You can execute commands prefixing with backslash so that bash/zsh doesn’t use alias
@muddyexport5639
@muddyexport5639 2 жыл бұрын
Thanks!
@overclucker
@overclucker 2 жыл бұрын
I use emacs -nw -Q when I am working as the root user. Emacs is capable of escalating to root to open files, which sometimes I do, but I wouldn't recommend using it because of emacs being open by design.
@Amike
@Amike 3 жыл бұрын
I've tried emacs a couple of times, and I have it install and configured, but I'm so used to using ranger as my file manager and opening terminals for everything that I can't seem to ever get use to it
@Zakaros1000
@Zakaros1000 2 жыл бұрын
Good advises! ! !
@carriagereturned3974
@carriagereturned3974 Жыл бұрын
thanx for explanations
@kakarroto007
@kakarroto007 3 жыл бұрын
Literally my favorite video on the internet is "Joraro Closes Vim". It's still the reason to this day why I don't mess with it.
@BabbaBabblare
@BabbaBabblare 20 күн бұрын
Great man, now i will have a closer look at emacs
@thengakola6217
@thengakola6217 3 жыл бұрын
1:01 and read the title again lmfao
@AliBigdeli
@AliBigdeli 2 жыл бұрын
Thanks, DT, I've started with doom emacs for two weeks, but still, I think VS code with vim extension is good enough for my work
@hansdampf2284
@hansdampf2284 3 жыл бұрын
now I know this is kind of special, what I find offputting on emacs is, that I can not escalate emacs to have root rights inside from emacs. Let me elaborate. In a normal use case for me, I use vim for editing files on my system (not in home folder), say in /etc. So normally I do 'sudo vim /etc/whatever.conf. Sometimes I forget the sudo of course, so I close vim and do sudo !! instead. So, how do you do that on emacs with emacsclient? I start it up with emacsclient, then navigate to the file with the internal browser, notice I need root rights, than run sudo emacsclient (and have this stupid terminal window next to the emacs window again), then navigate to the file with the internal browser again?
@mynewrandomhandle
@mynewrandomhandle 3 жыл бұрын
You can use tramp to elevate. The normal command name used is "sudired". This works for me: (defun sudired () (interactive) (dired "/sudo::/"))
@fgtdjkg
@fgtdjkg 3 жыл бұрын
type 'sudo emacs -nw'
@DistroTube
@DistroTube 3 жыл бұрын
Doom Emacs has some custom functions built into it: sudo-find-file (SPC f u) - opens the find-file prompt as root sudo-this-file (SPC f U) - opens your current file as root sudo-save-buffer (SPC b u) - saves current file as root
@hansdampf2284
@hansdampf2284 3 жыл бұрын
@@fgtdjkg then it’s slow again
@fgtdjkg
@fgtdjkg 3 жыл бұрын
@@hansdampf2284 emacs -q will help
@eduardoarandah9990
@eduardoarandah9990 2 жыл бұрын
DT, I tried creating a vim mapping in eMacs and gave up. It’s so obscure
@nikolayhidalgodiaz9463
@nikolayhidalgodiaz9463 3 жыл бұрын
All this GUI shugar is lost in remote ssh sessions. I prefer terminal version, which works the same way regardless of is it local or not. By the way I find terminal version of emacs is still great.
@aleksandrG
@aleksandrG 3 жыл бұрын
I use eshell and TRAMP for remote access
@lupuscanis4370
@lupuscanis4370 3 жыл бұрын
you can always connect to remote emacs server from the GUI
@nikolayhidalgodiaz9463
@nikolayhidalgodiaz9463 3 жыл бұрын
Wow thank you fellows, some promising tips!
@marcello4258
@marcello4258 2 жыл бұрын
A terminal emulator, at the end, is also a GUI application. So why would anyone use emacs in a terminal?
@dakata2416
@dakata2416 3 жыл бұрын
Jokes on you I'm not using Emacs at all! Repeat after me "vi vi vi"
@Zephyrus0
@Zephyrus0 3 жыл бұрын
chmod 666
@f-nixx5
@f-nixx5 3 жыл бұрын
emacs emacs emacs
@Zephyrus0
@Zephyrus0 3 жыл бұрын
@@f-nixx5 you are new blood I see.
@mewhenthemewhenstheme
@mewhenthemewhenstheme 3 жыл бұрын
emac hurt my fingie
@Zephyrus0
@Zephyrus0 3 жыл бұрын
@@mewhenthemewhenstheme pro tip : get a space cadet
@tireseas
@tireseas 3 жыл бұрын
Emacs is a fantastic OS, not so sure about it's vi port though.
@dakata2416
@dakata2416 3 жыл бұрын
It's better than GNU/Hurd I'll give you that.
@zfekete74
@zfekete74 3 жыл бұрын
In my server environment I used to use emacs in terminal mode. There is no X server, so why not. However I recommend to use the program jed in this case. It's kind of neat light emacs -nw clone.
@fgtdjkg
@fgtdjkg 3 жыл бұрын
Agree. I always use emacs in terminal and it's just fine. I launch daemon on my server and then ssh to it
@casperes0912
@casperes0912 3 жыл бұрын
Why would I want to run emacs though? I already have an operating system installed, and there's a pull request to get a kitchen sink in Firefox so I don't need that either
@nickbernstein
@nickbernstein 9 ай бұрын
- universal text-based interfacd - universal keybindings Think of it as a "shell" for everything - email, web, irc, whatever.
@midchan
@midchan 2 жыл бұрын
I had no idea that you could launch an Emacs daemon! That's so cool!
@talvisota1939
@talvisota1939 Жыл бұрын
Been using emacs 30 years, so far haven't seen point for this server arrangement...
@0x007A
@0x007A 3 жыл бұрын
When will DTOS boot directly into Emacs without any DE or WM?
@TheSaif78
@TheSaif78 3 жыл бұрын
soon
@TheLinuxCast
@TheLinuxCast 3 жыл бұрын
IDK if this is the caae for other people, but in my config, iBuffer and vterm aren't enable by default.
@fgtdjkg
@fgtdjkg 3 жыл бұрын
That's true. You have to install vterm
@DistroTube
@DistroTube 3 жыл бұрын
If using Doom Emacs, go into the init.el and find a section headed with ':term' And uncomment vterm. Uncomment eshell too if you want to play with it. Then run a doom sync to install those new plugins. The very first time you launch vterm, it will have to compile (takes a few seconds).
@DistroTube
@DistroTube 3 жыл бұрын
Also, in your init.el, look for a section heading ':emacs' and look for a line for ibuffer. I have mine set as (ibuffer +icons) which will give you some nifty icon fonts inside ibuffer.
@SlyPearTree
@SlyPearTree 3 жыл бұрын
Real power users use cat > file
@NOBODYUSEFULL
@NOBODYUSEFULL 3 жыл бұрын
Efficiency at its very best
@kronikpillow
@kronikpillow 2 жыл бұрын
when i use doom-emacs, and enter org-mode, and do a * for the first header ... i just see a star after hitting the tab, it doesn't convert to that symbol that i see in DT's video ... what am i missing?
@mkedzier123
@mkedzier123 3 жыл бұрын
Oh yes, Emacs - an OS that lacks decent text editor.
@GreyDeathVaccine
@GreyDeathVaccine 3 жыл бұрын
"an OS that lacks decent text editor." - Not true. You just haven't installed word processing packages yet ;-)
@mroh69
@mroh69 3 жыл бұрын
Eli Zaretskii said in help-gnu-emacs: "You are not supposed to start Emacs more than once in a lifetime, so the startup time shouldn't matter at all." ;)
@Kisamefishfry
@Kisamefishfry 8 ай бұрын
I used to code in standard IDEs then in my masters I had to start SSHing into a lot of systems. I picked up Emacs, and it feels wrong to have a standalone window for it. Is it user friendly? Probably not, but damn is it smooth.
@Tn5421Me
@Tn5421Me 3 жыл бұрын
I'm about to learn I'm screwing up in Emacs aren't I!?
@johnwpierce3
@johnwpierce3 3 жыл бұрын
I do use emacs/evil, but without graphical compiled in. I have no desire to surf the web, navigate my fs, or look at my photo library using emacs.
@machman23
@machman23 3 жыл бұрын
I had not heard of starting emacs daemon before. GUI emacs opens just fine without starting the daemon first. I guess the daemon opens when emacs is launched? Either way, if you launch daemon first then the client it will take about the same time, I assume. I am way used to GNU emacs now but may try Doom at some point. I am a happy bunny with the way emacs runs on my setup and always expanding the knowledge and packages. Thank-you DT
@martinmaciaszczak557
@martinmaciaszczak557 2 жыл бұрын
What is your window manager?
@Huthi553
@Huthi553 3 жыл бұрын
So the benefits of Emacs compared to Vim are: - Varying font sizes - Webbrowser builtin Imma stick to vim then
@eliasgill2453
@eliasgill2453 3 жыл бұрын
And font size isn't a problem, because many terminals have that option built in
@ЕвгенийР-ъ7щ
@ЕвгенийР-ъ7щ 3 жыл бұрын
@@eliasgill2453 which ones?
@zolaarczakle
@zolaarczakle 3 жыл бұрын
Never heard of the emacs daemon. I always use it in the terminal mostly to edit config files and I never noticed it was slow.
@fgtdjkg
@fgtdjkg 3 жыл бұрын
Just install some packages to your emacs config file and you'll notice the difference
@BulbaWarrior
@BulbaWarrior 3 жыл бұрын
Is it possible to run emacs server on a tty-only machine and then connect to it using a gui emacs client?
@yorik9845
@yorik9845 3 жыл бұрын
Maybe just launch emacs in terminal mode ?
@martinvandenbroek2532
@martinvandenbroek2532 3 жыл бұрын
The client server concept of emacs has nothing to do with networking. Server and client run on the same machine. I think Unix Domain Sockets are used for the communication between client processes and server process.
@longhoacaophuc8293
@longhoacaophuc8293 3 жыл бұрын
As you mention the terminal version, how is using it compared to using vim?
@fgtdjkg
@fgtdjkg 3 жыл бұрын
The same. Pluss you have magit and have access to the same session if using daemon. One drawback is that to use emacs in terminal you'll need to tweak it much more than vim. Once done the experience is the same. I use emacs in terminal on daily basis for more than two years
@artembass9535
@artembass9535 3 жыл бұрын
How to setup command hints in terminal ?
@GeorgWilde
@GeorgWilde 2 жыл бұрын
I need to watch more videos of people using emacs and rambling.
@SApcProSergijAleksovski
@SApcProSergijAleksovski 2 жыл бұрын
Wow, nice Mirror's Edge wallpaper 🏃‍♀️
@Ky0JRDenny
@Ky0JRDenny 3 жыл бұрын
Hey DT, maybe you can include the shortcut on video
@KereellOlorin
@KereellOlorin Жыл бұрын
I can't get correct font antialiasing and hinting in emacs gui under wayland/sway. So in alacritty emacs -nw looks much better.
@ostiedestrie2155
@ostiedestrie2155 2 жыл бұрын
Distrotube: "I've never told anyone that they're using their desktop environment wrong." Also Distrotube: "Yeah, so anyway you guys need to stop using preconfigured desktop environments and use your own config files and window manager."
@kmrkgo
@kmrkgo Жыл бұрын
Stay in the terminal all the time , this habit saved me from many meaningless WARs.
@laughingvampire7555
@laughingvampire7555 2 жыл бұрын
if all programs would work with a client-server application then window management could be done by the window manager
@s1lentssh
@s1lentssh 3 жыл бұрын
Hello, DT, thanks for your videos! Despite of you uploaded video explaining why emacs isn't bloated, i still think it takes too much responsibilities inside itself. I think that tmux+pure vim/kakoune fits into unix philosophy a bit better (btw, thanks for kakoune video) Emacs is good, but it's really os inside os, and when you using it means you not using all good alternatives
@felipe5195
@felipe5195 3 жыл бұрын
True to that
@tobykelsey4459
@tobykelsey4459 Жыл бұрын
So rather than launch standalone emacs which take 1.7 seconds, you launch emacs-deamon which takes 1.6 seconds and then launch the client which takes ~0.5 seconds. Makes complete sense. Who needs a fast and responsive editor anyway? Not emacs users clearly. It's obviously much better to have to parse and interpret untyped code with every editor command then use fast compiled code. Also much better to emulate some features of a window manager within emacs than used a dedicated program designed for the distro/environment. It looks like you also have to use emacs' idea of a terminal rather than a standard terminal emulator to iter-operate within the emacs "system". You have the added bonus of juggling interacting configs for multiple distinct tasks within one programming environment rather than logically separating them. The Unix/Linux philosophy: Write a separate program for each specific task and transfer data between them will well-defined interfaces. Lispitis: The compulsion to rewrite every program in a slow untyped interpreted language with non-lexical scoping and no interfaces. Occasionally afflicts novice coders. Also see "spaghetti code".
@illiasukonnik9966
@illiasukonnik9966 Жыл бұрын
I don't know, startup time never bothered me, I just don't close it ))
@thierrymichel9392
@thierrymichel9392 3 жыл бұрын
lucid vs. gtk: "When Emacs is compiled with Gtk+, closing a display kills Emacs."
@enno1162
@enno1162 3 жыл бұрын
alright dt, but HOW DO I SET UP A JAVA DEVELOPMENT EVIRONMENT IN EMACS???? I am new to emacs and doom emacs, I tried the (java +meghanada) and didn't like it so I wanted to set up java +lsp but my god is it confusing when normal documentation for how to set it up is for vanilla emacs and so the confusion is real when you want to do for doom emacs...
@draosf
@draosf 3 жыл бұрын
I actually moved to doom emacs, thanks to DT of course. To be honest I was wondering why my emacs linting for Rust is a bit slow, probably that's why. I would appreciate it if you do Rust configuration tutorial, and I couldn't get font ligatures to work well, still have these weird characters, Nerd fonts on my OS, using +fira flag didn't solve it, tried to `M-x package install` `fira-code-mode` and I got "wrong argument number error". Still learning, but I already love it.
@06kellyjac
@06kellyjac 3 жыл бұрын
It is also just generally a bit slow to run rust linting because its got to work out all the ownership etc. Also it only runs when the file saves which gives an increased impression of lag. For getting it to work it should be as simple as setting up rustup so rust-analyzer is in your path and uncommenting the "rust +lsp line" in the doom config
@draosf
@draosf 3 жыл бұрын
@@06kellyjac Lovely rust community. I actually did all that, but still, there is some sort of delay, specially with big projects, it takes to seconds to catch a syntax error, two seconds to remove the error of corrected. Mostly I did something wrong somewhere.
@matejskulsky5746
@matejskulsky5746 Жыл бұрын
1.7s to boot is slow? Not bad for an OS in my opinion.
@Shinobi99X
@Shinobi99X 3 жыл бұрын
Alrighty then, I am exactly THAT new Emacs user :s
@aarohgokhale8832
@aarohgokhale8832 2 жыл бұрын
On a rather fast computer (0.7-0.8 second load time on doom emacs) the daemon doesn't really do much in terms of getting a faster launch, but it takes up 180 MB of memory just idly. This seems wasteful. EDIT: I was WRONG!!! I don't know what was up on that day, but today I tried daemonizing emacs, and it truly does make a difference! Not just in the launch time, but also in the performance.
@derodomtommy3716
@derodomtommy3716 3 жыл бұрын
Glad to see a great illustration that emacs is really an operating system with an ok text editor tacked on
@johnwpierce3
@johnwpierce3 3 жыл бұрын
hahaha
@DreamCodeLove
@DreamCodeLove Жыл бұрын
i still don't get why would anyone use vim like emacs ... why not just use vim instead ?
@yomam4277
@yomam4277 11 күн бұрын
I want to use emacs, but I am not sure where to star, what to learn. if someone can help me it would be really amazing. Thanks :)
@logangraham2956
@logangraham2956 2 жыл бұрын
sorry, still going to do vim or vscodium for graphical. I don't need my text editor to do all this extra stuff, i just need it to edit text and do that single task well. with all these extra bells and whistles and what not that emacs has it just becomes cumbersome to use as just a text editor.
@syrefaen
@syrefaen 3 жыл бұрын
Vim is nice and so is Geany too. If I try out emacs again I won't do the same the same mistake, with using terminal and not gui version :D
@evildragon1774
@evildragon1774 3 жыл бұрын
That was a plot twist, i never know emacs was gui
@Zephyrus0
@Zephyrus0 3 жыл бұрын
It's both
@backender
@backender 2 жыл бұрын
10:55 - the fun thing is that I use emacs in terminal just to don't have all this distractive shit :)
@محمدفرج-ث7ذ3د
@محمدفرج-ث7ذ3د 3 жыл бұрын
Using emacs in tty with just emacs
@JaxxedNesmith
@JaxxedNesmith 2 жыл бұрын
A video on emacs on xorgless wayland works would be handy
@laughingvampire7555
@laughingvampire7555 Жыл бұрын
terminal emacs can replace the windowing of tmux
What Are The Benefits Of Emacs Over Vim?
29:44
DistroTube
Рет қаралды 183 М.
Evil Mode: Or, How I Learned to Stop Worrying and Love Emacs
40:02
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
Interview with an Emacs Enthusiast in 2023 [Colorized]
8:50
Programmers are also human
Рет қаралды 1,3 МЛН
Why I left Emacs
16:58
Joshua Blais
Рет қаралды 10 М.
Emacs Does Everything, Including Viewing PDFs and Diffs
18:44
DistroTube
Рет қаралды 14 М.
How A Steam Bug Deleted Someone’s Entire PC
11:49
Kevin Fang
Рет қаралды 1 МЛН
Boost Productivity With Emacs, Org Mode and Org Agenda
34:24
DistroTube
Рет қаралды 93 М.
Problems You will Encounter on Linux (and How to Solve Them)
23:01
Rob Braxman Tech
Рет қаралды 178 М.
The Different Shells Available In Emacs
17:21
DistroTube
Рет қаралды 26 М.
5 Reasons to Learn Emacs in 2021
26:39
System Crafters
Рет қаралды 88 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,3 МЛН
Linux Audio Explained (ALSA vs PulseAudio vs JACK vs Pipewire Explained)
18:52
Tony Tascioglu (TechnoTony)
Рет қаралды 157 М.