]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agomultishell - V. 0. Change "multishell:" to "multishell-", use everywhere.
Ken Manheimer [Mon, 4 Jan 2016 16:57:36 +0000 (11:57 -0500)]
multishell - V. 0. Change "multishell:" to "multishell-", use everywhere.

For ELPA conformance.

I'm also changing the version number to 0 to defer initial release. I
discovered a big, user-exposed change I want to make, and need to iron
it out before anyone gets used to the previous format.

8 years agomultishell - V. 0. Change "multishell:" to "multishell-", use everywhere.
Ken Manheimer [Mon, 4 Jan 2016 16:52:58 +0000 (11:52 -0500)]
multishell - V. 0. Change "multishell:" to "multishell-", use everywhere.

For ELPA conformance. I discovered a big change I want to make for first
release, so making this version 0 so it is not yet released.

8 years agomultishell - Change "multishell:" to "multishell-", and use on all funcs.
Ken Manheimer [Mon, 4 Jan 2016 16:34:44 +0000 (11:34 -0500)]
multishell - Change "multishell:" to "multishell-", and use on all funcs.

For ELPA conformance.

8 years agomultishell - Change to name preceding path, rather than following.
Ken Manheimer [Mon, 4 Jan 2016 16:09:19 +0000 (11:09 -0500)]
multishell - Change to name preceding path, rather than following.

* This will be simpler for completion on shell choices, persistence.
* We can make typing of the initial "/" be a cue to delineate a distinct field
  * We may be leverage field distinction for tramp remote path completion
* ... and use editing of the fields for editing of the historical records.

8 years agodiff-hl-flydiff-create-revision: Use condition-case
Dmitry Gutov [Mon, 4 Jan 2016 04:07:56 +0000 (06:07 +0200)]
diff-hl-flydiff-create-revision: Use condition-case

Fixes #59

8 years agoMerge branch 'master' into path-persistence
Ken Manheimer [Sun, 3 Jan 2016 18:28:45 +0000 (13:28 -0500)]
Merge branch 'master' into path-persistence

8 years agomultishell.el - Remove (redundant) maintainer line, fix remote cd ordering.
Ken Manheimer [Sun, 3 Jan 2016 16:16:57 +0000 (11:16 -0500)]
multishell.el - Remove (redundant) maintainer line, fix remote cd ordering.

Also, remove redundant requires.

8 years agomultishell - Remove redundant maintainer line, fix default dir.
Ken Manheimer [Sun, 3 Jan 2016 16:15:23 +0000 (11:15 -0500)]
multishell - Remove redundant maintainer line, fix default dir.

8 years agomultishell - Refactor to organize conducive to name/path management.
Ken Manheimer [Sun, 3 Jan 2016 16:00:22 +0000 (11:00 -0500)]
multishell - Refactor to organize conducive to name/path management.

8 years agomultishell - Note need for local-path-only fix
Ken Manheimer [Sun, 3 Jan 2016 15:59:10 +0000 (10:59 -0500)]
multishell - Note need for local-path-only fix

8 years agomultishell - more elaboration of path-persistence TODO.
Ken Manheimer [Sun, 3 Jan 2016 15:25:44 +0000 (10:25 -0500)]
multishell - more elaboration of path-persistence TODO.

8 years agomultishell - Use actual email address, rather than obscured, in packaging.
Ken Manheimer [Sun, 3 Jan 2016 14:59:31 +0000 (09:59 -0500)]
multishell - Use actual email address, rather than obscured, in packaging.

8 years agomultishell - use actual email address, rather than obscured one.
Ken Manheimer [Sun, 3 Jan 2016 14:55:45 +0000 (09:55 -0500)]
multishell - use actual email address, rather than obscured one.

And increment the version, just in case the ELPA submission has registered.

8 years agoActivate `soap-invoke-async' in debbugs
Michael Albinus [Sun, 3 Jan 2016 10:31:55 +0000 (11:31 +0100)]
Activate `soap-invoke-async' in debbugs

* packages/debbugs/Debbugs.wsdl:
* packages/debbugs/debbugs-browse.el:
* packages/debbugs/debbugs-gnu.el:
* packages/debbugs/debbugs-org.el:
* packages/debbugs/debbugs-ug.texi:
* packages/debbugs/debbugs.texi: Update copyright years.

* packages/debbugs/debbugs.el: Update copyright years.
(debbugs-soap-invoke-async): Activate `soap-invoke-async'.
(debbugs-get-status): Use `accept-process-output' rather than `sit-for'.

8 years agomultishell - new package
Ken Manheimer [Sat, 2 Jan 2016 22:19:16 +0000 (17:19 -0500)]
multishell - new package

Author: Ken Manheimer <ken dot manheimer at gmail...>
Version: 1.0.0
Maintainer: Ken Manheimer <ken dot manheimer at gmail...>
Created: 1999 -- first public availability
Keywords: processes
URL: https://github.com/kenmanheimer/EmacsUtils

Commentary:

Easily use and manage multiple shell buffers, including remote shells.
Fundamentally, multishell is the function `multishell:pop-to-shell - like
pop-to-buffer - plus a keybinding. Together, they enable you to:

* Get to the input point from wherever you are in a shell buffer,
* ... or to a shell buffer if you're not currently in one.
* Use universal arguments to launch and choose among alternate shell buffers,
* ... and select which is default.
* Prepend a path to a new shell name to launch a shell in that directory,
* ... and use a path with Emacs tramp syntax to launch a remote shell.

Customize-group `multishell` to select and activate a keybinding and set
various behaviors.

See the pop-to-shell docstring for details.

8 years agomultishell - might as well use finer-grained version numbers to start with
Ken Manheimer [Sat, 2 Jan 2016 22:05:34 +0000 (17:05 -0500)]
multishell - might as well use finer-grained version numbers to start with

8 years agomultishell.el - implement emacs package conventions.
Ken Manheimer [Sat, 2 Jan 2016 21:55:31 +0000 (16:55 -0500)]
multishell.el - implement emacs package conventions.

8 years agomultishell.el - track rename, prepend all helpers.
Ken Manheimer [Sat, 2 Jan 2016 20:59:00 +0000 (15:59 -0500)]
multishell.el - track rename, prepend all helpers.

For now i'm leaving 'pop-to-shell' unprefixed. Essentially, it's our
external api.

8 years agomultishell.el - rename poptoshell.
Ken Manheimer [Sat, 2 Jan 2016 20:26:57 +0000 (15:26 -0500)]
multishell.el - rename poptoshell.

8 years agoMerge branch 'poptoshell-persistence'
Ken Manheimer [Sat, 2 Jan 2016 20:24:07 +0000 (15:24 -0500)]
Merge branch 'poptoshell-persistence'

8 years agopoptoshell - many odds and ends, including some fixes.
Ken Manheimer [Sat, 2 Jan 2016 20:16:18 +0000 (15:16 -0500)]
poptoshell - many odds and ends, including some fixes.

8 years agopoptoshell - default to restarting stopped shell, not jump to running one
Ken Manheimer [Sat, 2 Jan 2016 19:36:06 +0000 (14:36 -0500)]
poptoshell - default to restarting stopped shell, not jump to running one

8 years agopoptoshell - append multishell to various funcs, tweak comments, docstrings
Ken Manheimer [Sat, 2 Jan 2016 19:25:50 +0000 (14:25 -0500)]
poptoshell - append multishell to various funcs, tweak comments, docstrings

8 years agopoptoshell - remove todo notes
Ken Manheimer [Sat, 2 Jan 2016 18:41:18 +0000 (13:41 -0500)]
poptoshell - remove todo notes

(Separately from implementation code, so I have a copy of the notes in
case I want to revisit them.)

8 years agopoptoshell - implement command-key binding via customization.
Ken Manheimer [Sat, 2 Jan 2016 18:39:22 +0000 (13:39 -0500)]
poptoshell - implement command-key binding via customization.

I see why people don't always do this - it's excessively difficult.

8 years agoMove asynchronous calls in debbugs to SOAP function level.
Michael Albinus [Sat, 2 Jan 2016 16:36:54 +0000 (17:36 +0100)]
Move asynchronous calls in debbugs to SOAP function level.

* packages/debbugs/debbugs-gnu.el (top): Don't require `async'.
(debbugs-gnu-default-hits-per-page): Remove.
(debbugs-gnu-show-reports): Do not call `debbugs-get-status'
asynchronously anymore.

* packages/debbugs/debbugs.el (soap-invoke-async, async-start)
(async-get): Declare.
(debbugs-max-hits-per-request): New defconst.
(debbugs-soap-invoke-async-object): New defvar.
(debbugs-soap-invoke-async): New defun.
(debbugs-get-status): Use them.

8 years agopoptoshell - Tweak pop-up-windows mention
Ken Manheimer [Fri, 1 Jan 2016 18:35:30 +0000 (13:35 -0500)]
poptoshell - Tweak pop-up-windows mention

and experiment with rebasing to get stuff from master branch. I don't
quite have the knack - I had to cherry-pick.

8 years agopoptoshell - Tweak pop-up-windows mention
Ken Manheimer [Fri, 1 Jan 2016 18:31:31 +0000 (13:31 -0500)]
poptoshell - Tweak pop-up-windows mention

and have some trivial fodder to explore rebasing to my development
branch, as well.

8 years agocpoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.
Ken Manheimer [Fri, 1 Jan 2016 18:29:55 +0000 (13:29 -0500)]
cpoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.

8 years agocpoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.
Ken Manheimer [Fri, 1 Jan 2016 18:25:21 +0000 (13:25 -0500)]
cpoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.

8 years agopoptoshell - Use quoting that distinguishes active references.
Ken Manheimer [Fri, 1 Jan 2016 18:16:06 +0000 (13:16 -0500)]
poptoshell - Use quoting that distinguishes active references.

8 years agopoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.
Ken Manheimer [Fri, 1 Jan 2016 18:12:11 +0000 (13:12 -0500)]
poptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.

8 years agopoptoshell - cleanup lapsed remote connections before restarting them
Ken Manheimer [Fri, 1 Jan 2016 17:07:25 +0000 (12:07 -0500)]
poptoshell - cleanup lapsed remote connections before restarting them

Woo hoo! This seems to be vastly improving the resurrection of lapsed
connections, preventing the frequent (and uncatchable) "byte-code: Args
out of range: ..." errors. So far, completely.

8 years agopoptoshell - cleanup lapsed remote connections before restarting them
Ken Manheimer [Fri, 1 Jan 2016 17:07:25 +0000 (12:07 -0500)]
poptoshell - cleanup lapsed remote connections before restarting them

Woo hoo! This seems to be vastly improving the resurrection of lapsed
connections, preventing the frequent (and uncatchable) "byte-code: Args
out of range: ..." errors. So far, completely.

8 years agoel-search: bump version to 0.1.3
Michael Heerdegen [Thu, 31 Dec 2015 22:08:39 +0000 (23:08 +0100)]
el-search: bump version to 0.1.3

8 years agoWhen coming from isearch, don't move to other end
Michael Heerdegen [Thu, 31 Dec 2015 22:04:29 +0000 (23:04 +0100)]
When coming from isearch, don't move to other end

when at match end

8 years agoel-search: new pattern type `contains'
Michael Heerdegen [Wed, 30 Dec 2015 01:07:44 +0000 (02:07 +0100)]
el-search: new pattern type `contains'

8 years agouse more newlines in `el-search--make-docstring'
Michael Heerdegen [Wed, 30 Dec 2015 00:48:45 +0000 (01:48 +0100)]
use more newlines in `el-search--make-docstring'

8 years agoremove annoying message on how to repeat el-search
Michael Heerdegen [Wed, 30 Dec 2015 00:38:27 +0000 (01:38 +0100)]
remove annoying message on how to repeat el-search

8 years agofactor out `el-search--search-pattern-1'
Michael Heerdegen [Wed, 30 Dec 2015 00:36:36 +0000 (01:36 +0100)]
factor out `el-search--search-pattern-1'

8 years agoel-search: new pattern type `not'
Michael Heerdegen [Wed, 30 Dec 2015 00:33:52 +0000 (01:33 +0100)]
el-search: new pattern type `not'

8 years agoremove example using `message' in a guard
Michael Heerdegen [Wed, 30 Dec 2015 00:30:47 +0000 (01:30 +0100)]
remove example using `message' in a guard

8 years agoel-search: new pattern type `append'
Michael Heerdegen [Wed, 30 Dec 2015 00:21:34 +0000 (01:21 +0100)]
el-search: new pattern type `append'

8 years agoAdd CSP syntax checking for <meta> & HTTP header
Michael[tm] Smith [Wed, 30 Dec 2015 23:51:52 +0000 (08:51 +0900)]
Add CSP syntax checking for <meta> & HTTP header

Adds datatype/microsyntax-checking of the "content" attribute of the
<meta http-equiv=content-security-policy content="..."> element, along with
such checking of the value of the Content-Security-Policy HTTP header.

Fixes https://github.com/validator/validator/issues/153

8 years agoMerge branch 'master' of git://bzr.sv.gnu.org/emacs/elpa
Michael Albinus [Wed, 30 Dec 2015 11:48:36 +0000 (12:48 +0100)]
Merge branch 'master' of git://bzr.sv.gnu.org/emacs/elpa

8 years agoAdd subtree package async
Michael Albinus [Wed, 30 Dec 2015 11:47:51 +0000 (12:47 +0100)]
Add subtree package async

8 years agoAdd 'packages/async/' from commit '2a40355c3328e57102a9648c9108e19d67727dc1'
Michael Albinus [Wed, 30 Dec 2015 11:40:34 +0000 (12:40 +0100)]
Add 'packages/async/' from commit '2a40355c3328e57102a9648c9108e19d67727dc1'

git-subtree-dir: packages/async
git-subtree-mainline: 81b0ef76e85360e3f20e71195bf0db94183ecc04
git-subtree-split: 2a40355c3328e57102a9648c9108e19d67727dc1

8 years agoel-search: some cleanup
Michael Heerdegen [Thu, 24 Dec 2015 23:17:50 +0000 (00:17 +0100)]
el-search: some cleanup

- fix `help-fns--signature' call to make `el-search--make-docstring'
work when loading the library as non-compiled source code

- refine definition of `kbd' pattern and documentation

- move stuff for defining additional patterns to a separate section

- add some commentaries

- bump version to 0.1.2

8 years agoNo need to require find-func.
Thierry Volpiatto [Tue, 29 Dec 2015 06:55:19 +0000 (07:55 +0100)]
No need to require find-func.

* async.el (async-start): This require was used when using
find-library-name, it is now unneeded.

8 years agoRetrieve bugs asynchronously
Michael Albinus [Mon, 28 Dec 2015 22:56:19 +0000 (23:56 +0100)]
Retrieve bugs asynchronously

* packages/debbugs/debbugs-gnu.el (top): Require `async'.
(debbugs-gnu-show-reports): Call `debbugs-get-status' asynchronously.

8 years agoMerge pull request #57 from jwiegley/HEAD
John Wiegley [Mon, 28 Dec 2015 18:57:19 +0000 (13:57 -0500)]
Merge pull request #57 from jwiegley/HEAD

async-start is now a function (#43).

8 years agodebbugs code cleanup
Michael Albinus [Mon, 28 Dec 2015 10:28:59 +0000 (11:28 +0100)]
debbugs code cleanup

* packages/debbugs/debbugs-gnu.el (subr-x): Require package.
(diff-hunk-file-names): Autoload function.
(top): Declare missing external variables.  Move them up.
(debbugs-gnu-display-status, debbugs-gnu-usertags): Switching to
the buffer seems prettier than popping to the buffer.
(debbugs-gnu-usertags): Quote `highlight'.
(debbugs-gnu-change-checkin): Use `cl-subseq'.

8 years agoasync-start is now a function (#43).
Thierry Volpiatto [Mon, 28 Dec 2015 08:13:20 +0000 (09:13 +0100)]
async-start is now a function (#43).

* async.el (async--procvar): New internal var.
(async-start): Use it to move async-start to a function.

8 years agoRemove old require in test file.
Thierry Volpiatto [Mon, 28 Dec 2015 08:11:03 +0000 (09:11 +0100)]
Remove old require in test file.

8 years ago* debbugs-gnu.el (debbugs-gnu-fix-patch): Further patch path fixups.
Lars Ingebrigtsen [Sun, 27 Dec 2015 22:52:14 +0000 (23:52 +0100)]
* debbugs-gnu.el (debbugs-gnu-fix-patch): Further patch path fixups.

8 years agoFurther tweaks to the patch fixer-upper (for a/erc.el)
Lars Ingebrigtsen [Sun, 27 Dec 2015 20:34:54 +0000 (21:34 +0100)]
Further tweaks to the patch fixer-upper (for a/erc.el)

8 years agoTouch up the automatic patch applying logic
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:57:17 +0000 (08:57 +0100)]
Touch up the automatic patch applying logic

8 years agoAllow patching from non-MIME articles
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:19:49 +0000 (08:19 +0100)]
Allow patching from non-MIME articles

8 years agoRetrieve debbugs data in several chunks, sequentially
Michael Albinus [Sun, 27 Dec 2015 15:24:47 +0000 (16:24 +0100)]
Retrieve debbugs data in several chunks, sequentially

* packages/debbugs/debbugs-gnu.el (top): Do not require widgets
and wid-edit.  Remove debbugs-gnu-widgets, debbugs-gnu-widget-map
and debbugs-gnu-current-widget.
(debbugs-gnu-default-hits-per-page): Make it a defconst, value is 500.
(debbugs-gnu-current-suppress): New defvar.
(debbugs-gnu, debbugs-gnu-print-entry, debbugs-gnu-rescan)
(debbugs-gnu-toggle-suppress, debbugs-gnu-current-query):
Remove widget code.
(debbugs-gnu-show-reports): Remove widget code.  Retrieve bug data
in chunks of 500.
(debbugs-gnu-print-entry, debbugs-gnu-usertags): Use `highlight'
as mouse-face.

8 years agoAllow the "nonce" attribute
Michael[tm] Smith [Sun, 27 Dec 2015 13:06:52 +0000 (22:06 +0900)]
Allow the "nonce" attribute

Fixes https://github.com/validator/validator/issues/159

8 years agoAlign event-handler-attribute checking with spec
Michael[tm] Smith [Sun, 27 Dec 2015 12:11:22 +0000 (21:11 +0900)]
Align event-handler-attribute checking with spec

Fixes https://bugzilla.validator.nu/show_bug.cgi?id=1026

8 years agodebbugs code cleanup
Michael Albinus [Sun, 27 Dec 2015 11:17:57 +0000 (12:17 +0100)]
debbugs code cleanup

* packages/debbugs/debbugs-gnu.el (debbugs-gnu-archived): Move down.
(debbugs-read-emacs-bug-with-gnus): New defun, extracted from
`debbugs-gnu-select-report'.
(debbugs-gnu-select-report): Use it.

* packages/debbugs/debbugs-ug.texi (Tabulated Lists): Reorganize table.

8 years agoAlign iframe[sandbox] checking with spec
Michael[tm] Smith [Sun, 27 Dec 2015 10:53:38 +0000 (19:53 +0900)]
Align iframe[sandbox] checking with spec

Fixes https://github.com/validator/validator/issues/138

8 years agoUpdate branch directory
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:16:46 +0000 (08:16 +0100)]
Update branch directory

8 years agoAllow "minlength"
Michael[tm] Smith [Sun, 27 Dec 2015 05:10:11 +0000 (14:10 +0900)]
Allow "minlength"

Fixes https://github.com/validator/validator/issues/164

8 years agopop-to-shell - ensure the cleanup message is seen
Ken Manheimer [Sat, 26 Dec 2015 21:28:57 +0000 (16:28 -0500)]
pop-to-shell - ensure the cleanup message is seen

... since i'm not even sure it ever gets used, sigh.

8 years ago* debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.
Lars Ingebrigtsen [Sat, 26 Dec 2015 20:07:50 +0000 (21:07 +0100)]
* debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.

8 years agoLowe the hit default
Lars Ingebrigtsen [Sat, 26 Dec 2015 18:54:09 +0000 (19:54 +0100)]
Lowe the hit default

* debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Lower the
hit count as per Glenn's request.

8 years agoAllow ARIA role=switch
Michael[tm] Smith [Sat, 26 Dec 2015 14:44:18 +0000 (23:44 +0900)]
Allow ARIA role=switch

Fixes #135

8 years agoSync up with latest ARIA-in-HTML spec changes
Michael[tm] Smith [Sat, 26 Dec 2015 13:25:19 +0000 (22:25 +0900)]
Sync up with latest ARIA-in-HTML spec changes

This allows role=group for <header> & <footer>, and role=search for <form>.

Fixes #185. Fixes #193.

8 years agoMake "integrity" checking more helpful
Michael[tm] Smith [Sat, 26 Dec 2015 08:13:26 +0000 (17:13 +0900)]
Make "integrity" checking more helpful

Refines https://github.com/validator/validator/issues/151

8 years agoSave list of read articles
Lars Ingebrigtsen [Sat, 26 Dec 2015 00:17:29 +0000 (01:17 +0100)]
Save list of read articles

8 years agoCommand to list blocking reports
Lars Ingebrigtsen [Fri, 25 Dec 2015 20:25:30 +0000 (21:25 +0100)]
Command to list blocking reports

* debbugs-gnu.el (debbugs-gnu-show-all-blocking-reports): List
just blocking reports.

8 years agoAdd the "integrity" attribute
Michael[tm] Smith [Fri, 25 Dec 2015 18:13:43 +0000 (03:13 +0900)]
Add the "integrity" attribute

Fixes https://github.com/validator/validator/issues/151

8 years agoMinor debbugs tweak
Lars Ingebrigtsen [Fri, 25 Dec 2015 16:46:27 +0000 (17:46 +0100)]
Minor debbugs tweak

* debbugs-gnu.el (debbugs-gnu-show-reports): Switching to the
buffer seems prettier than popping to the buffer.

8 years ago* debbugs-gnu.el (debbugs-gnu-select-report): Don't bug out on the
Lars Ingebrigtsen [Fri, 25 Dec 2015 06:10:45 +0000 (07:10 +0100)]
* debbugs-gnu.el (debbugs-gnu-select-report): Don't bug out on the
last line in the buffer.

8 years agoIncrease the default number of hits
Lars Ingebrigtsen [Thu, 24 Dec 2015 21:39:24 +0000 (22:39 +0100)]
Increase the default number of hits

* debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Increase the
default number of hits, because it doesn't make much sense to look
at partial bug lists when doing triage.

8 years agopoptoshell: Initial stab at workaround for tramp "Args out of range"
Ken Manheimer [Thu, 24 Dec 2015 19:25:25 +0000 (14:25 -0500)]
poptoshell: Initial stab at workaround for tramp "Args out of range"

More than occasionally, tramp fails to reconnect to shells that were
disconnected gracelessly, with "byte-code: Args out of range:
...". Using tramp-cleanup-this-connection then retrying often works, so
let's do that.

It's hard to test this easily, so I'm checking in a preliminary version
to tweak incrementally.

8 years agopoptoshell: Initial stab at workaround for tramp "Args out of range"
Ken Manheimer [Thu, 24 Dec 2015 19:25:25 +0000 (14:25 -0500)]
poptoshell: Initial stab at workaround for tramp "Args out of range"

More than occasionally, tramp fails to reconnect to shells that were
disconnected gracelessly, with "byte-code: Args out of range:
...". Using tramp-cleanup-this-connection then retrying often works, so
let's do that.

It's hard to test this easily, so I'm checking in a preliminary version
to tweak incrementally.

8 years agoMerge branch 'master' into poptoshell-persistence
Ken Manheimer [Fri, 18 Dec 2015 19:51:56 +0000 (14:51 -0500)]
Merge branch 'master' into poptoshell-persistence

8 years agoSimplify.
Ken Manheimer [Fri, 18 Dec 2015 19:48:44 +0000 (14:48 -0500)]
Simplify.

8 years agoTODO - note name change and function prefixing.
Ken Manheimer [Fri, 18 Dec 2015 17:54:35 +0000 (12:54 -0500)]
TODO - note name change and function prefixing.

8 years agoIn TODO - distinguish searching completions and history; other details.
Ken Manheimer [Fri, 18 Dec 2015 17:51:22 +0000 (12:51 -0500)]
In TODO - distinguish searching completions and history; other details.

8 years agoMerge branch 'master' into poptoshell-persistence
Ken Manheimer [Tue, 15 Dec 2015 16:23:55 +0000 (11:23 -0500)]
Merge branch 'master' into poptoshell-persistence

8 years agopoptoshell - reserve pop-to-shell-buffer-name-history.
Ken Manheimer [Tue, 15 Dec 2015 16:23:00 +0000 (11:23 -0500)]
poptoshell - reserve pop-to-shell-buffer-name-history.

8 years agopoptoshell checkpoint - starting on custom vars for persistence and other
Ken Manheimer [Tue, 15 Dec 2015 16:17:17 +0000 (11:17 -0500)]
poptoshell checkpoint - starting on custom vars for persistence and other

8 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Mon, 14 Dec 2015 21:51:24 +0000 (05:51 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

8 years agoDoc fix
Leo Liu [Mon, 14 Dec 2015 21:44:27 +0000 (05:44 +0800)]
Doc fix

8 years agopoptoshell - Sketch persistence plan in commentary "Todo".
Ken Manheimer [Mon, 14 Dec 2015 17:15:25 +0000 (12:15 -0500)]
poptoshell - Sketch persistence plan in commentary "Todo".

8 years agopoptoshell - Document the incomplete functionality.
Ken Manheimer [Mon, 14 Dec 2015 17:01:05 +0000 (12:01 -0500)]
poptoshell - Document the incomplete functionality.

8 years agoRemove docstring info about persisting names across sessions.
Ken Manheimer [Mon, 14 Dec 2015 16:56:22 +0000 (11:56 -0500)]
Remove docstring info about persisting names across sessions.

The functionality is still there, but incomplete. Will complete in a
branch, and want to avoid disruption of people who use the incomplete
functionality, once the completed version is merged.

8 years agoWhoops - don't include double quotes in docstring.
Ken Manheimer [Mon, 14 Dec 2015 08:22:40 +0000 (03:22 -0500)]
Whoops - don't include double quotes in docstring.

8 years agogist-git-grep mods - i think i've been using this.
Ken Manheimer [Mon, 14 Dec 2015 08:05:47 +0000 (03:05 -0500)]
gist-git-grep mods - i think i've been using this.

8 years agoPersist shell-buffer name/path history!
Ken Manheimer [Mon, 14 Dec 2015 07:54:27 +0000 (02:54 -0500)]
Persist shell-buffer name/path history!

Need to manually configure savehist - see instructions.

This is simplest implementation, and a little dicey:
* First time in session that you try to use prior session's settings,
  you just get the path, not the name
* I could make an additional map between names used and paths,
  * and that may be necessary, since it will be unapparent whether or
    not the paths for the names have established.
* There's no way to remove entries, besides editing the history file
  * Would like to implement `Meta-e' "edit current entry",
  * where changing the entry is preserved
  * and deleting the line then concluding removes the entry completely
  * carriage return ends edit mode.

8 years ago/transcribe/transcribe.el: Add some functions, fix bugs
David Gonzalez Gandara [Sun, 13 Dec 2015 21:35:24 +0000 (22:35 +0100)]
/transcribe/transcribe.el: Add some functions, fix bugs

8 years agoMake a distint buffer-name completion history.
Ken Manheimer [Sun, 13 Dec 2015 16:44:17 +0000 (11:44 -0500)]
Make a distint buffer-name completion history.

8 years ago/transcribe/transcribe.el: Fix bug
David Gonzalez Gandara [Sun, 13 Dec 2015 12:44:34 +0000 (13:44 +0100)]
/transcribe/transcribe.el: Fix bug

8 years ago/transcribe/transcribe.el: edit comments, add new functions
David Gonzalez Gandara [Sun, 13 Dec 2015 12:39:52 +0000 (13:39 +0100)]
/transcribe/transcribe.el: edit comments, add new functions

8 years agopackages/package-fixes: Finalize code
Artur Malabarba [Sat, 12 Dec 2015 22:53:42 +0000 (22:53 +0000)]
packages/package-fixes: Finalize code

8 years agoadd TODO section
Michael Heerdegen [Sat, 12 Dec 2015 13:46:35 +0000 (14:46 +0100)]
add TODO section