emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29639: closed ([PATCH] gnu: Add emacs-string-infle


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29639: closed ([PATCH] gnu: Add emacs-string-inflection.)
Date: Mon, 11 Dec 2017 16:05:02 +0000

Your message dated Mon, 11 Dec 2017 17:04:29 +0100
with message-id <address@hidden>
and subject line Re: [bug#29639] [PATCH] gnu: Add emacs-string-inflection.
has caused the debbugs.gnu.org bug report #29639,
regarding [PATCH] gnu: Add emacs-string-inflection.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29639: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29639
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-string-inflection. Date: Sun, 10 Dec 2017 00:45:20 -0500
Hello,

This Emacs package can be used to easily adapt symbol names to different
naming schemes/conventions.

Example of activation for your .emacs:

;;; Cycle between snake case, camel case, etc.
(require 'string-inflection)
(global-set-key (kbd "C-c i") 'string-inflection-cycle)
(global-set-key (kbd "C-c C") 'string-inflection-camelcase)        ;; Force to 
CamelCase
(global-set-key (kbd "C-c L") 'string-inflection-lower-camelcase)  ;; Force to 
lowerCamelCase
(global-set-key (kbd "C-c u") 'string-inflection-underscore)
(global-set-key (kbd "C-c J") 'string-inflection-java-style-cycle) ;; Cycle 
through Java styles

Thanks!

Maxim

Attachment: 0001-gnu-Add-emacs-string-inflection.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#29639] [PATCH] gnu: Add emacs-string-inflection. Date: Mon, 11 Dec 2017 17:04:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Maxim Cournoyer <address@hidden> skribis:

> From 5791a4edbdaa9eb422729d54ad78d1fd646dd05a Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <address@hidden>
> Date: Sun, 10 Dec 2017 00:05:31 -0500
> Subject: [PATCH] gnu: Add emacs-string-inflection.
>
> * gnu/packages/emacs.scm (emacs-string-inflection): New variable.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]