all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ANN] using-emacs - minimal emacs starter kit
@ 2013-04-02  0:38 Steven Degutis
  2013-04-02 12:45 ` Kevin Montuori
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steven Degutis @ 2013-04-02  0:38 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

https://github.com/pd/using-emacs

This is more minimal than emacs-starter-kit and prelude. It's intentionally
meant really to just be a skeleton with just a few defaults, and with the
readme functioning as a comprehensive reference.

Note: it's not on my repo, I handed it off to @pd since he's the only other
person I know who uses emacs, and I couldn't stop editing it.

-Steven

[-- Attachment #2: Type: text/html, Size: 578 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] using-emacs - minimal emacs starter kit
  2013-04-02  0:38 [ANN] using-emacs - minimal emacs starter kit Steven Degutis
@ 2013-04-02 12:45 ` Kevin Montuori
  2013-04-02 16:30   ` Steven Degutis
  2013-04-02 16:30 ` Steven Degutis
  2013-04-02 21:41 ` Oleksandr Gavenko
  2 siblings, 1 reply; 5+ messages in thread
From: Kevin Montuori @ 2013-04-02 12:45 UTC (permalink / raw
  To: help-gnu-emacs

>>>>> "SD" == Steven Degutis <sbdegutis@gmail.com> writes:

    SD> This is more minimal than emacs-starter-kit and prelude. It's
    SD> intentionally meant really to just be a skeleton with just a few
    SD> defaults, and with the readme functioning as a comprehensive
    SD> reference.

Hi.  A few comments:

  - C-h t (not C-x h) starts the tutorial; C-x h runs mark-whole buffer.

  - Personally, I find the choice of mapping meta to alt/option and cmd
    to super odd; cmd is the easier key to hit and meta's used way more
    often.  Perhaps though I've been doing it that way for too long.

  - I'd consider binding M-` to other-frame (C-x 5 o), since that's how
    other OS X apps work.

Nice you took the time to put all that together, it seems like a lot of
effort.

k.


-- 
  Kevin Montuori
  montuori@gmail.com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] using-emacs - minimal emacs starter kit
  2013-04-02 12:45 ` Kevin Montuori
@ 2013-04-02 16:30   ` Steven Degutis
  0 siblings, 0 replies; 5+ messages in thread
From: Steven Degutis @ 2013-04-02 16:30 UTC (permalink / raw
  To: Kevin Montuori; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

1) Oops, that was due to a half-finished copy/paste.

2) That's just the default mapping on Mac OS X; a friend recommended that I
do (setq ns-command-modifier 'meta ns-alternate-modifier 'super
ns-function-modifier  'hyper) which I've been trying out for about 20
minutes now, and it seems easier on my fingers already.

3) That's already bound by default on Mac OS X.

Thanks :)

-Steven


On Tue, Apr 2, 2013 at 7:45 AM, Kevin Montuori <montuori@gmail.com> wrote:

> >>>>> "SD" == Steven Degutis <sbdegutis@gmail.com> writes:
>
>     SD> This is more minimal than emacs-starter-kit and prelude. It's
>     SD> intentionally meant really to just be a skeleton with just a few
>     SD> defaults, and with the readme functioning as a comprehensive
>     SD> reference.
>
> Hi.  A few comments:
>
>   - C-h t (not C-x h) starts the tutorial; C-x h runs mark-whole buffer.
>
>   - Personally, I find the choice of mapping meta to alt/option and cmd
>     to super odd; cmd is the easier key to hit and meta's used way more
>     often.  Perhaps though I've been doing it that way for too long.
>
>   - I'd consider binding M-` to other-frame (C-x 5 o), since that's how
>     other OS X apps work.
>
> Nice you took the time to put all that together, it seems like a lot of
> effort.
>
> k.
>
>
> --
>   Kevin Montuori
>   montuori@gmail.com
>
>

[-- Attachment #2: Type: text/html, Size: 2101 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] using-emacs - minimal emacs starter kit
  2013-04-02  0:38 [ANN] using-emacs - minimal emacs starter kit Steven Degutis
  2013-04-02 12:45 ` Kevin Montuori
@ 2013-04-02 16:30 ` Steven Degutis
  2013-04-02 21:41 ` Oleksandr Gavenko
  2 siblings, 0 replies; 5+ messages in thread
From: Steven Degutis @ 2013-04-02 16:30 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

I'm planning to this in its own github-organization, does anyone want to be
added as a committer?

-Steven


On Mon, Apr 1, 2013 at 7:38 PM, Steven Degutis <sbdegutis@gmail.com> wrote:

> https://github.com/pd/using-emacs
>
> This is more minimal than emacs-starter-kit and prelude. It's
> intentionally meant really to just be a skeleton with just a few defaults,
> and with the readme functioning as a comprehensive reference.
>
> Note: it's not on my repo, I handed it off to @pd since he's the only
> other person I know who uses emacs, and I couldn't stop editing it.
>
> -Steven
>

[-- Attachment #2: Type: text/html, Size: 1151 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] using-emacs - minimal emacs starter kit
  2013-04-02  0:38 [ANN] using-emacs - minimal emacs starter kit Steven Degutis
  2013-04-02 12:45 ` Kevin Montuori
  2013-04-02 16:30 ` Steven Degutis
@ 2013-04-02 21:41 ` Oleksandr Gavenko
  2 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Gavenko @ 2013-04-02 21:41 UTC (permalink / raw
  To: help-gnu-emacs

On 2013-04-02, Steven Degutis wrote:

> https://github.com/pd/using-emacs
>
> This is more minimal than emacs-starter-kit and prelude. It's intentionally
> meant really to just be a skeleton with just a few defaults, and with the
> readme functioning as a comprehensive reference.
>
> Note: it's not on my repo, I handed it off to @pd since he's the only other
> person I know who uses emacs, and I couldn't stop editing it.
>
Please, use another lists for announces. You can found appropriate at:

  http://www.emacswiki.org/emacs/EmacsMailingLists
                Emacs wiki about mail Emacs lists

This one is more suitable for your purpose:

  http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
                Emacs source code posts only.

Also your 'using-emacs' project is very MacOS oriented. And have a lot of
"Super" key binding, which doesn't available to MS Windows and Linux users
without extra configuration steps...

In any case simple query like this:

  https://www.google.com/search?q=my+dot+emacs
  https://www.google.com/search?q=inurl%3A.emacs

take a ton of .emacs files with ready to copy/paste code.

Also this page have links to .emacs of "well know" people:

  http://emacswiki.org/emacs/CategoryDotEmacs

================================================================

PS. My point that anyone can found high quality .emacs files through Emacs
Planet, Github, Emacs blogs, Google, etc

-- 
Best regards!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-02 21:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02  0:38 [ANN] using-emacs - minimal emacs starter kit Steven Degutis
2013-04-02 12:45 ` Kevin Montuori
2013-04-02 16:30   ` Steven Degutis
2013-04-02 16:30 ` Steven Degutis
2013-04-02 21:41 ` Oleksandr Gavenko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.