I am using emacs.app 23.1.1 on OsX and am trying to use git inside the shell.When I use a type command git log-p, I get
git log-p
WARNING: terminal is not fully functional - (press RETURN)
I also get something similar with git commit, and I am forced to use git commit -m.
git commit
git commit -m
How can I configure emacs.appit to work in its shell?
emacs.app
Have you at least configured your git editor as emacs? (as shown in the Pro git book and in the git community book )
git config -–global core.editor emacs
Because then ` vi` should never be called.
vi
?
M-x term
( , M-x shell).
git log (, IMHO) "". . , .
git log
, git help, -, man, :
git help
man
MANPAGER=cat git help log
GIT_PAGER /bin/cat
GIT_PAGER
/bin/cat
Bash .bashrc:
.bashrc
export GIT_PAGER=/bin/cat
* shell * - , . M-x term. : " eterm" .
mkdir ~/.terminfo/65; cp /Applications/MacPorts/Emacs.app/Contents/Resources/etc/e/eterm-color ~/.terminfo/65/
, emacs.app( emacs.app MacPorts - ). , "info".
: emacs emacs, emacs emacs. . emacs / .
Mx term:..., mode , , , emacs buffer (Cc Cj). , . (C-c C-j) char (C-c C-k) . , ansi-term (M-x ansi-term) .
I had a problem after installing something. My TERM installed "xterm-256color". Changing this parameter to "xterm-color" in my ~ / .bash_profile file solved the problem. Just add:
export TERM="xterm-color"
Source: https://habr.com/ru/post/1769943/More articles:Увеличение холста в WPF с использованием кода - c#Best integration approach testing Flex / Java web application through Maven? - javaАбоненты пользовательских основных данных для трансформируемой UILocalNotification - objective-cAm I using DependencyProperties incorrectly? - c #avoid racing in OpenMP (in parallel for loop) - race-conditionUITabBarController - как сделать "нет вкладок" выбранными при запуске? - objective-cC ++ - overriding or overloading functions - c ++Which server is best for image hosting? - asp.netunhighlight uitabbaritem in uitabbarcontroller - iphoneGet session contents from a dump of an ASP.net 3.5 process in Windbg - asp.netAll Articles