roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
590 stars 38 forks source link

Focus could not be located at the last line of gdb shell in emacs when golden-ration is on #16

Closed redguardtoo closed 9 years ago

redguardtoo commented 11 years ago

I open gdb shell by typing M-x gud-gdb. When I type run in gdb shell, the focus is not at the last line of shell. So I need move the focus and type next, then focus is moving again (two lines above the last line of shell). This make debugging with gdb very hard. emacs 24.1.50.2, os x 10.7.3

redguardtoo commented 11 years ago

see https://github.com/roman/golden-ratio.el/issues/17 for the same fix

thierryvolpiatto commented 11 years ago

Fixed in https://github.com/thierryvolpiatto/golden-ratio.el.git

roman commented 9 years ago

I guess this is already merged in upstream... closing