0
StackExchangeサイトからコードを貼り付けると、ChromeとGoogleドキュメントを使用して改行が失われる
私は別のサイトで同じようなものを見つけたので、これは質問をする適切な場所ではないかもしれません-https://meta.stackexchange.com/questions/11428/pasting-code-from-stackoverflow-to-notepad-loses -line-breaks-using-ie。アカウントを持っていないので、これを自由に移動してください。 私は同じ結果を得ていますが、クロムを使用しています。つまり、stackexchangeサイトからchromeを使用してコードを貼り付けると、改行が失われます。Windows 8のクロムとXUbuntu Ubuntu 14.10 Utopicのクロムブラウザの両方に影響します。 誰も報告する気がないので、回避策はありますか? [更新] 申し訳ありませんが、問題はどこにでもあると思いましたが、実際にはgoogle docでのみ発生します。さまざまなstackexchangeサイトからサンプルを収集し、それらを配置しました:https ://docs.google.com/document/d/1R-qF6-imhpR7PVpt0LGo82wpgqSAhz_2CUytxzI_xSc/edit?usp=sharing 貼り付け後にフォーマットが失われていることがわかります。現在、Windows 8でChromeを使用して貼り付けています。 以下は、貼り付けをテストするための追加のサンプルです。 (defun my-turn-on-allout-mode-maybe () "Enable `allout-mode', where applicable." ;; Unconditional here, but edit as desired if it turns out ;; that you don't actually want this for ALL modes. ;; (This function is called in every …