0
Commit Graph

11 Commits

Author SHA1 Message Date
75d91cadfa docs: Add note on a better M-x compile for chrome.
We usually want to run the compile from the top directory, so here's a snippet
to allow you to do it. Probably needs some customization on the targets etc but
it's a start.

BUG=None
TEST=eval in emacs and M-x chromium-compile

Change-Id: I144db9f9e67a69643672b89f9719d1e4bd216830
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2954680
Reviewed-by: Benoit L <lizeb@chromium.org>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892445}
2021-06-15 05:54:42 +00:00
e27b674471 docs: Update instructions for ycmd completion in emacs.
Change-Id: I28c8ca1c1d0464ae6b632ff7b1d8440770b0c935
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325175
Reviewed-by: Alex Ilin <alexilin@chromium.org>
Commit-Queue: Benoit L <lizeb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793160}
2020-07-30 14:43:15 +00:00
93e49e49ba Update relative links to Linux docs
This is a followup to [1].

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1974901

TBR=sky

Change-Id: I442ffe121378607bdc5e1b16c081b8d66b138955
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980900
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727226}
2019-12-23 19:55:37 +00:00
f73f0df88a Remove references to gyp from DEPS and docs
Bug: 826218
Change-Id: I176e1aeb0b24b21c6b4e5ee40910dce2bce52c95
Reviewed-on: https://chromium-review.googlesource.com/1239461
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#593522}
2018-09-24 13:52:49 +00:00
ad5d0999de Bring back gn.el for the Emacs GN mode
gn.el used to be in the chromium source tree until gn moved
elsewhere. Now it lives somewhere else,
https://gn.googlesource.com/gn/+/master/tools/gn/misc/emacs/gn-mode.el
which makes it less useful.

This is a copy of that file as of today. The file is not updated
often, and when it is, it's just to add more keywords so
nothing critical.

Bug: 887937
Change-Id: I39335815a2cc8ecfe2b0e1728443f6abe84a85fa
Reviewed-on: https://chromium-review.googlesource.com/1238462
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#593217}
2018-09-21 16:35:18 +00:00
6a62346537 emacs.md: Drop section covering Blink's coding style.
Blink's code no longer follows WebKit's style so the entire section about
different line limits and indentation can be removed.

R=drott

Change-Id: If06ba22acf674d0746d698ce9b7516e6f688d739
Reviewed-on: https://chromium-review.googlesource.com/845621
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Reviewed-by: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526449}
2018-01-02 08:28:43 +00:00
06b27768b4 Fix capitalization of the name Emacs
Change-Id: Iaf4d6035552698559e56b1459d5b3e4c4e47ac38
Reviewed-on: https://chromium-review.googlesource.com/699934
Commit-Queue: Alan Bram <flyboy@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506480}
2017-10-04 19:32:32 +00:00
c0dc6f499d Fix spelling mistakes in //docs.
This includes spelling mistakes like:

accomodate->accommodate
ommited->omitted
unuseable->unusable
dependant->dependent
enviroment->environment
preceed->precede
occurrance->occurrence
occurrances->occurrences
intergrated->integrated
altough->although
appriopriate->appropriate
corresponing->corresponding
dependecies->dependencies
leniant->lenient
overriden->overridden
persisten->persistent
specifyinhg->specifying

As well as capitalization changes like:

javascript->JavaScript
Webkit->WebKit
linux->Linux

A couple other minor things:

the the -> the
trybot -> try bot
etc.

Review-Url: https://codereview.chromium.org/2551513002
Cr-Commit-Position: refs/heads/master@{#436046}
2016-12-02 22:16:53 +00:00
4adb81110f Fix malformed markdown for a link in emacs.md documentation
TBR=reillyg@chromium.org

Review URL: https://codereview.chromium.org/1510603002

Cr-Commit-Position: refs/heads/master@{#363550}
2015-12-07 19:43:47 +00:00
22afb31800 [Docs]: Updates to match style guide.
TBR=nodir
BUG=524256

Review URL: https://codereview.chromium.org/1314513007

Cr-Commit-Position: refs/heads/master@{#346334}
2015-08-31 02:25:23 +00:00
3322f7611b Per https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/irLAQ8f8uGk
Initial migration of wiki content over to src/docs

There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do

+ Bulk import with initial prune.
+ Follow-up CLs to clean up the documentation.

So that each CL has its own purpose.

BUG=none

Review URL: https://codereview.chromium.org/1309473002

Cr-Commit-Position: refs/heads/master@{#345186}
2015-08-24 21:39:36 +00:00