English 中文(简体)
没有工作的妇女
原标题:(kill-emacs) not working

我看到了关于如何在杀害客户之后杀害 em的讨论。 如果你把 em子当成mon子,则杀害其客户的 does子也杀死了 da魔: da才坐在那里。 我所看到的所有/多数解决办法都涉及(杀手)。 例如,我有:

alias killemacs= emacsclient -e "(kill-emacs)" 

. . 和 I mttyure, 它用于工作。 但现在没有效果。 现在我不得不杀人——9。 对定义每一指挥线杀死 em子的任何想法?

问题回答

不妨:

kill -9 `ps aux | grep emacs | grep -v grep | awk  {print $2} `

使用<条码>ps,以便处理 em,然后使用<条码>-9 <pid>





相关问题
Add a changing icon to Ubuntu Panel

What would be the most simple way of adding and changing an icon in the Ubuntu (Gnome) Panel? I m looking for something as simple as shell scripting, but I m not restricted to that. Will write a ...

Configuring kernel

After create a new system call, how to update the kernel? I tried these lines, make-kpkg clean fakeroot make-kpkg -initrd -append-to-version=-custom kernel_image kernel_headers But Ubuntu asked me ...

save Exceptions to file in python

I want to save all following Exceptions in a file. The reason why I need this is because the IDLE for python 3.1.1 in Ubuntu raises an Exception at calltipps, but close to fast, that it isn t readble. ...

How can i monitor system statistics in kubuntu using Java?

i am doing a project related to configuration and memory analyzer for kubuntu. i want to display the system statistics information like CPU usage, RAM usage and proceses etc. graphically using an ...

How to pass "--external-locking" for mysqld in Ubuntu

I would like to start my mysql server with the --external-locking option. As mysqld is run by the /etc/init.d/mysql script ubuntu (karmic), I guess that s where I should set this "--external-locking" ...

"g++" and "c++" compiler

I just found on my Ubuntu, there are two different C++ compilers: /usr/bin/g++ and /usr/bin/c++. I am not familiar with the latter, but man c++ just jumps to the manpage of gcc. I wonder what is their ...

热门标签