Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(44) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(15) |
Feb
(15) |
Mar
(6) |
Apr
|
May
(1) |
Jun
(14) |
Jul
(7) |
Aug
(5) |
Sep
(11) |
Oct
|
Nov
(11) |
Dec
(18) |
2003 |
Jan
(36) |
Feb
(21) |
Mar
(36) |
Apr
(17) |
May
(48) |
Jun
(8) |
Jul
(6) |
Aug
(10) |
Sep
(14) |
Oct
(12) |
Nov
(43) |
Dec
(61) |
2004 |
Jan
(40) |
Feb
(69) |
Mar
(44) |
Apr
(57) |
May
(48) |
Jun
(36) |
Jul
(45) |
Aug
(29) |
Sep
(11) |
Oct
(28) |
Nov
(19) |
Dec
(23) |
2005 |
Jan
(55) |
Feb
(37) |
Mar
(24) |
Apr
(17) |
May
(10) |
Jun
|
Jul
(19) |
Aug
(7) |
Sep
(19) |
Oct
(21) |
Nov
(13) |
Dec
(12) |
2006 |
Jan
(21) |
Feb
(15) |
Mar
(51) |
Apr
(5) |
May
(6) |
Jun
(25) |
Jul
(11) |
Aug
(13) |
Sep
(16) |
Oct
(16) |
Nov
(1) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
(10) |
Apr
(6) |
May
(28) |
Jun
(37) |
Jul
(19) |
Aug
(21) |
Sep
(25) |
Oct
(8) |
Nov
(4) |
Dec
(9) |
2008 |
Jan
(9) |
Feb
(40) |
Mar
(49) |
Apr
(28) |
May
(83) |
Jun
(17) |
Jul
(20) |
Aug
(12) |
Sep
(22) |
Oct
(29) |
Nov
(41) |
Dec
(67) |
2009 |
Jan
(12) |
Feb
(46) |
Mar
(67) |
Apr
(12) |
May
(25) |
Jun
(61) |
Jul
(44) |
Aug
(43) |
Sep
(35) |
Oct
(22) |
Nov
(27) |
Dec
(21) |
2010 |
Jan
(26) |
Feb
(24) |
Mar
(30) |
Apr
(23) |
May
(55) |
Jun
(21) |
Jul
(12) |
Aug
(28) |
Sep
(60) |
Oct
(38) |
Nov
(16) |
Dec
(10) |
2011 |
Jan
(15) |
Feb
(23) |
Mar
(9) |
Apr
(9) |
May
|
Jun
(21) |
Jul
(32) |
Aug
(45) |
Sep
(38) |
Oct
(28) |
Nov
(14) |
Dec
(4) |
2012 |
Jan
(8) |
Feb
(22) |
Mar
(17) |
Apr
(13) |
May
(7) |
Jun
(21) |
Jul
(18) |
Aug
(7) |
Sep
(46) |
Oct
(94) |
Nov
(17) |
Dec
(12) |
2013 |
Jan
(33) |
Feb
(30) |
Mar
(62) |
Apr
(64) |
May
(15) |
Jun
(22) |
Jul
(22) |
Aug
(8) |
Sep
(7) |
Oct
(15) |
Nov
(17) |
Dec
(11) |
2014 |
Jan
(1) |
Feb
(5) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(18) |
Oct
(24) |
Nov
(22) |
Dec
(23) |
2015 |
Jan
(11) |
Feb
(29) |
Mar
(7) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(24) |
Sep
(2) |
Oct
(19) |
Nov
(13) |
Dec
(8) |
2016 |
Jan
(2) |
Feb
(22) |
Mar
(12) |
Apr
(6) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(14) |
Oct
(7) |
Nov
(1) |
Dec
|
2017 |
Jan
(9) |
Feb
(2) |
Mar
(1) |
Apr
(6) |
May
(12) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
(2) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(2) |
16
(8) |
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Alex Ott <alexott@gm...> - 2011-11-03 07:53:32
|
Please, update to latest version in BZR (or at least to CEDET 1.0) On Thu, Nov 3, 2011 at 3:52 AM, Mu Shenglin <mshenglin@...> wrote: > > Hi! > I am using the semantic-ia.el to analyze and fullfill my C source codes. > When I use the semantic-ia-complete-symbol-menu function, the menu named > completions come out and I can choose one tag by the highlight bar. However, > we I press Enter or Space to confirm the selection, no output appears in the > proper place, but the error massege displays in the buffer: Wrong type > argument:integer-or-marker-p, nil. Therefore, I debugged emacs by > toggle-debug-on-error. The debugger message is listed as follows: > > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p > nil) > semantic-ia-complete-symbol-menu(3381) > call-interactively(semantic-ia-complete-symbol-menu nil nil) > > And, here are the eviroments of my computer: > > Emacs 23.1 > > Cedet-1.0pre7 > > Would you please help me solve this problem? I will really appreciate. > > Best wishes, > > > > > Mu Shenglin > > > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > cedet-semantic mailing list > cedet-semantic@... > https://lists.sourceforge.net/lists/listinfo/cedet-semantic > > -- With best wishes, Alex Ott http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott |
From: Mu Shenglin <mshenglin@gm...> - 2011-11-03 02:53:24
|
Hi! I am using the semantic-ia.el to analyze and fullfill my C source codes. When I use the semantic-ia-complete-symbol-menu function, the menu named completions come out and I can choose one tag by the highlight bar. However, we I press Enter or Space to confirm the selection, no output appears in the proper place, but the error massege displays in the buffer: Wrong type argument:integer-or-marker-p, nil. Therefore, I debugged emacs by toggle-debug-on-error. The debugger message is listed as follows: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) semantic-ia-complete-symbol-menu(3381) call-interactively(semantic-ia-complete-symbol-menu nil nil) And, here are the eviroments of my computer: Emacs 23.1 Cedet-1.0pre7 Would you please help me solve this problem? I will really appreciate. Best wishes, Mu Shenglin |