xcwen / ac-php

emacs auto-complete & company-mode for php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing documentation about the mode line. What is the "AP:00%"? Also, space needed.

echosa opened this issue · comments

I don't see any documentation about what ac-php adds to the mode line. What is the "AP:00%"?

Also, there needs to be a space at the beginning. It should be " AP:00%". Otherwise, there's no space between it and the previous mode. In my case, I see "companyAP:00%" instead of "company AP:00%".

commented

00% : the process of gen tags .

I see. I don't think it's working properly. I see three issues:

1.) I was only seeing that in the mode line for one PHP buffer, not the others. Even then, when I ran ac-php-rename-tags-all, the percentage never changed.

2.) You should still add a space before the "AP:" part.

3.) The README and documentation should be updated to explain the mode line.

commented

run ac-php-rename-tags-all, the percentage never changed.?!

Ok, I just restarted Emacs to start clean and tried again. The percentage does work. Also, the percentage didn't show at all until I ran the remake, which makes sense. The remake ran, and I did watch the percentage go up. So it does seem to be working. That's pretty cool to see the remake status like that.

However, it ran twice. It went 0 to 99, then 0 to 99 again. Not sure why.

So the only issues are not having a space before it and it not being documented (so others don't have the same question as me here). :-)

commented

fac2263
fix run ac-php-remake-tags-all process show 0-99 twice