cycle-quotes 0.1-1 source package in Ubuntu

Changelog

cycle-quotes (0.1-1) unstable; urgency=medium

  * Initial release (Closes: #853072).

 -- Sean Whitton <email address hidden>  Sun, 29 Jan 2017 08:17:09 -0700

Upload details

Uploaded by:
Debian Emacs addons team
Uploaded to:
Sid
Original maintainer:
Debian Emacs addons team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cycle-quotes_0.1-1.dsc 2.1 KiB 405d10c67cc07f087c302221941db0b3c27475449b9430eb956fde66c4da0d7c
cycle-quotes_0.1.orig.tar.xz 2.7 KiB b8d8b9d55778ac256829299cb4a01830759d9a1a30ce0911d87f61515fc17a92
cycle-quotes_0.1-1.debian.tar.xz 3.0 KiB a65189dfd06ecc3ca2fc3a6c90375083231350bf56e04e164ab5fc4da6314889

No changes file available.

Binary packages built by this source

elpa-cycle-quotes: Emacs command to cycle between quotation marks

 This package provides the `cycle-quotes' command to cycle between
 different string quote styles.
 .
 For example, in JavaScript, there are three string quote characters:
 ", ` and '. In a JavaScript buffer, with point located someplace
 within the string, `cycle-quotes' will cycle between the following
 quote styles each time it's called:
 .
 --> "Hi, it's me!" --> `Hi, it's me!` --> 'Hi, it\'s me!'
 .
 As seen in the above example, `cycle-quotes' tries to escape and
 unescape quote characters intelligently.