Hi, could you help me with
"Before first using GNU Emacs, to make sure that GNU Emacs clipboard is integrated with the system clipboard (IMPORTANT), make sure you have an .emacs file in your home directory with the following text:
(set-clipboard-coding-system 'utf-8)
(setq x-select-enable-clipboard t)
$ echo "(set-clipboard-coding-system 'utf-8)" >> ~/.emacs
$ echo "(setq x-select-enable-clipboard t)" >> ~/.emacs"
dpkg: dependency problems prevent configuration of emacs:
emacs depends on libungif4g; however:
package libungif4g is not installed.
emacs depends on librsvg2-2 (>=2.26.0-1maemo0); however:
package librsvg2-2 is not isntalled.
emacs depends on libxpm4; however:
package libxpm4 is not installed.
dpkg: error processing emacs (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
emacs
Hi, could you help me with
...
i don't really get it. thanks
1. Open the terminal.
2. Type:
echo "(set-clipboard-coding-system 'utf-8)" >> ~/.emacs
3. Hit ENTER
4. Type:
echo "(setq x-select-enable-clipboard t)" >> ~/.emacs
5. Hit ENTER
dpkg: dependency problems prevent configuration of emacs:
emacs depends on libungif4g; however:
package libungif4g is not installed.
emacs depends on librsvg2-2 (>=2.26.0-1maemo0); however:
package librsvg2-2 is not isntalled.
emacs depends on libxpm4; however:
package libxpm4 is not installed.
dpkg: error processing emacs (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
emacs
This is exactly what Step 5 says: It will complain about missing dependencies, this is the expected behavior.
That's what it's doing...
Continue to Step 6.
You will have in icon saying GNU Emacs in your menu.
Or you can start it from the terminal. Type: emacs
i dont have icon in menu, i typed emacs in xterminal it told me emacs not found. also there is no emacs in my application manager when i check on uninstall
I think suggesting to anyone not intimately familiar with Linux (ie. already probing around with the x terminal) that they install a .deb directly is a bad idea.
I would recommend most people wait until an actual package is available at least in extras-testing before trying for CJK input.