-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add customize into twittering-mode #97
base: master
Are you sure you want to change the base?
Conversation
This huge patch is not doing more than a few things: 1. Add 2 customize groups 2. Transform as much as possible defvar incatations to defcustom 3. Clean up doc strings (when possible) 4. Clean up trailing whitespaces That's it. It should be pretty straight and safe to install.
Thank you for contribution! But, I am worried about the following points of the patch.
|
Is this different from what pull request #76 added with |
@ayman chances are my changes are partly in double with yours :/ Sorry about that. |
Concerning point 1, you should be right. Sorry. Concerning point 2, I was not aware enough of that particularity. I will change that here and submit something suiting better to the standard guidelines Conerning point 3, If I remove all this "whitespace" thing, the patch will still be ~800lines. I will try to cut it in part and I will probably try to follow @ayman stuff -i.e change the defgroup to twittering (or, better: twit ?) How can I redo my work technically ? git revert ? Regards |
@ayman , I am sorry for not responding to your request. |
@xmaillard I think that
I am not so expert with git (I usually manage the repositories with hggit)...
|
@cvmat it seems I am doing crap with git :( I successfully re-arranged my patches and committed it: commit dd3cfae
commit 69066ce
But now I am stuck trying to incorporate them into the "latest version". Can you help ? Regards |
Hello,
I needed to move 2 small config options into my custom-file and for this, I had to bring all the customize stuff into twittering-mode.
Here is the result of my work. I imagine I am not alone preferring to keep an .emacs uncluttered so feel free to take it (or not). I'd be thankful to get feedback anyway.
Thank you
Xavier