[elpa] 23/38: Simplify ggtags-save-to-register by always re-do the search

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 927bc05e970d844f577576f49e8b2bc5ce2d544a Author: Leo Liu sdl@gmail.com Date: Tue Mar 18 15:21:31 2014 +0800 Simplify ggtags-save-to-register by always re-do the search Fix error in

[elpa] 07/38: Fix some errors in ggtags-global-output

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 1702db56a16ec3b12665bb412714503f06a14dbe Author: Leo Liu sdl@gmail.com Date: Wed Mar 5 11:56:18 2014 +0800 Fix some errors in ggtags-global-output --- ggtags.el | 25 + 1 files changed, 13

[elpa] 09/38: Replace ignore-errors with condition-case-unless-debug

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 5fea7f111a010d05cc32ab43e569c4c17ff760a8 Author: Leo Liu sdl@gmail.com Date: Thu Mar 6 11:47:02 2014 +0800 Replace ignore-errors with condition-case-unless-debug --- ggtags.el | 34 +-

[elpa] 17/38: Fix ggtags-with-current-project to include GTAGSCONF

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit e7c5371028912e07c37de2bf1c80c88bf51a1fea Author: Leo Liu sdl@gmail.com Date: Wed Mar 12 17:48:43 2014 +0800 Fix ggtags-with-current-project to include GTAGSCONF --- ggtags.el | 13 +++-- 1 files changed, 11

[elpa] 08/38: Call ggtags-show-definition-function in the original buffer

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 22bca183cd838933690e7bc668886073036d63b9 Author: Leo Liu sdl@gmail.com Date: Thu Mar 6 01:14:09 2014 +0800 Call ggtags-show-definition-function in the original buffer --- ggtags.el | 12 1 files changed,

[elpa] 33/38: Disable ggtags-navigation-mode in ggtags-global-rerun-search

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 21b368599ce54687e60d89d4178cae946f9d45eb Author: Leo Liu sdl@gmail.com Date: Fri Mar 21 18:11:06 2014 +0800 Disable ggtags-navigation-mode in ggtags-global-rerun-search --- ggtags.el |8 +--- 1 files changed, 5

[elpa] 27/38: Cosmetic change: Fix indentation

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 6628680ef45b7ffa96d160d7f0ef5327141d7b2b Author: Leo Liu sdl@gmail.com Date: Thu Mar 20 11:04:20 2014 +0800 Cosmetic change: Fix indentation --- ggtags.el | 42 +- 1 files

[elpa] 02/38: Give ggtags-show-definition-function full information

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 0dc9b57935b1b018a89253bd0a3f42e65dbbbc46 Author: Leo Liu sdl@gmail.com Date: Mon Mar 3 18:09:33 2014 +0800 Give ggtags-show-definition-function full information of the definition candidates. --- ggtags.el |

[elpa] 36/38: Doc fix: Update README.rst and doc-strings

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 2e94e1ed0fde92acc87ab720508dc379dd53f22a Author: Leo Liu sdl@gmail.com Date: Sun Mar 23 18:27:11 2014 +0800 Doc fix: Update README.rst and doc-strings --- README.rst | 238

[elpa] 37/38: Rename try-complete-ggtags-tag to ggtags-try-complete-tag

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 50fd757af3cec4588d35afb137a28b5f44a20d56 Author: Leo Liu sdl@gmail.com Date: Mon Mar 24 16:38:04 2014 +0800 Rename try-complete-ggtags-tag to ggtags-try-complete-tag Update README.rst. --- README.rst | 17

[elpa] 03/38: Don't display buffer if ggtags-navigation-mode is exited

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit a4ba72b12124d125e49db217603c6542fbc98a5b Author: Leo Liu sdl@gmail.com Date: Tue Mar 4 03:55:11 2014 +0800 Don't display buffer if ggtags-navigation-mode is exited or we will undo the work of

[elpa] 10/38: Automatically use GTAGSCONF file at project root

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 0a1b6710acf31021b7da34076dbff019a044641d Author: Leo Liu sdl@gmail.com Date: Thu Mar 6 18:49:55 2014 +0800 Automatically use GTAGSCONF file at project root --- ggtags.el | 17 ++--- 1 files changed, 14

[elpa] 32/38: Bind ggtags-save-to-register in ggtags-global-rerun-search-map

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit cd56d92bf2e0d679fb3a1ab6ba0ab484a85016d9 Author: Leo Liu sdl@gmail.com Date: Fri Mar 21 12:57:26 2014 +0800 Bind ggtags-save-to-register in ggtags-global-rerun-search-map --- ggtags.el | 26 ++

[elpa] 38/38: Merge branch 'master' of github.com:leoliu/ggtags

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit f11199dbc2e6334efde4739df386ba8709151be4 Merge: 0601efd 50fd757 Author: Leo Liu sdl@gmail.com Date: Mon Mar 24 17:28:32 2014 +0800 Merge branch 'master' of github.com:leoliu/ggtags packages/ggtags/README.rst | 255

[elpa] 21/38: Add new command ggtags-save-to-register for #37

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 339ec1069bd42d029bfd8d922beff3ca47443158 Author: Leo Liu sdl@gmail.com Date: Tue Mar 18 10:12:20 2014 +0800 Add new command ggtags-save-to-register for #37 --- ggtags.el | 51

[elpa] 26/38: New macro ignore-errors-unless-debug and use it

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 030251c21c0f0c76d0898bc83ae5d32ee17197ba Author: Leo Liu sdl@gmail.com Date: Thu Mar 20 11:03:03 2014 +0800 New macro ignore-errors-unless-debug and use it --- ggtags.el | 39 ++-

[elpa] 01/38: New command ggtags-show-definition

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 9ae7b47544887344bf2a6ca8b67ca10c31e5e348 Author: Leo Liu sdl@gmail.com Date: Mon Mar 3 14:27:41 2014 +0800 New command ggtags-show-definition New function ggtags-global-output to handle global output.

[elpa] 05/38: Improve completion support for all tag types

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 51bd905f5169fea0cd757dccbe8f2a61feb28a5f Author: Leo Liu sdl@gmail.com Date: Tue Mar 4 19:32:15 2014 +0800 Improve completion support for all tag types Make ggtags-read-tag more flexible and remove

[elpa] 16/38: Fix ggtags-show-definition to run in current project

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit 671601355a044b15a5004cba6dab670bd0c46818 Author: Leo Liu sdl@gmail.com Date: Wed Mar 12 10:13:53 2014 +0800 Fix ggtags-show-definition to run in current project --- ggtags.el |9 + 1 files changed, 5

[elpa] 13/38: Require cl-lib and remove macro when-let

2014-03-24 Thread Leo Liu
leoliu pushed a commit to branch master in repository elpa. commit c352dc8ca641794c9eb7e5b2371ae25030012e9c Author: Leo Liu sdl@gmail.com Date: Fri Mar 7 11:22:12 2014 +0800 Require cl-lib and remove macro when-let --- ggtags.el | 161

[elpa] branch master updated (f11199d - 4b9f836)

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from f11199d Merge branch 'master' of github.com:leoliu/ggtags new a3f73e1 [gnugo int] Use ‘pop’ more. new 4b9f836 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. The 2 revisions listed above as new

[elpa] 02/02: [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now.

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 4b9f836c3cd8b0546ea725fbafbf395847f588f4 Author: Thien-Thi Nguyen t...@gnu.org Date: Mon Mar 24 12:09:16 2014 +0100 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. It's not so bad, after all. OTOH, hanging

[elpa] branch master updated (4b9f836 - a8ef5cd)

2014-03-24 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from 4b9f836 [gnugo int] Embrace (NODE[...] [SUBTREE...]) IR, for now. new a8ef5cd [gnugo int] Invert gametree IR to hang by the leaves. The 1 revisions listed above as new are entirely new to this repository and will be

[elpa] branch master updated (a8ef5cd - 63049cd)

2014-03-24 Thread Stefan Monnier
monnier pushed a change to branch master in repository elpa. from a8ef5cd [gnugo int] Invert gametree IR to hang by the leaves. new 1e5180b Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el. new 63049cd Merge

[elpa] 01/02: Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el.

2014-03-24 Thread Stefan Monnier
monnier pushed a commit to branch master in repository elpa. commit 1e5180b18bc8bab208c5d5b7911c91c19678288a Author: Stefan Monnier monn...@iro.umontreal.ca Date: Mon Mar 24 15:31:17 2014 -0400 Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el. *

[elpa] 02/02: Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-03-24 Thread Stefan Monnier
monnier pushed a commit to branch master in repository elpa. commit 63049cdbfb7d5764064293d1c24412b93918ec11 Merge: 1e5180b a8ef5cd Author: Stefan Monnier monn...@iro.umontreal.ca Date: Mon Mar 24 15:32:35 2014 -0400 Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

[elpa] 04/06: company-etags-ignore-case: simplify docstring and type; mention in NEWS

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 81db9b2059aa70827b2fd1eb07e6211bed402d2e Author: Dmitry Gutov dgu...@yandex.ru Date: Mon Mar 24 08:42:22 2014 +0200 company-etags-ignore-case: simplify docstring and type; mention in NEWS --- NEWS.md |4

[elpa] 03/06: Use company-dabbrev-code-ignore-case when finding candidates

2014-03-24 Thread Dmitry Gutov
dgutov pushed a commit to branch master in repository elpa. commit 59009c70a71ed1fc3e665a3f1d9e846467dff6d3 Author: Ingo Lohmar i.loh...@gmail.com Date: Sun Mar 23 11:46:19 2014 +0100 Use company-dabbrev-code-ignore-case when finding candidates --- company-dabbrev-code.el |2 +- 1

[elpa] branch master updated (63049cd - e16c154)

2014-03-24 Thread Dmitry Gutov
dgutov pushed a change to branch master in repository elpa. from 63049cd Merge git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new 9b5cad1 company-clang--build-location: try to be more careful with encoding new a221c4b New option company-etags-ignore-case new