Guest User

openbox rc.xml - still not working

a guest
Jan 14th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This file should reside in ~/.config/openbox/.
  3. Somewhere on the system, I believe there is a default
  4. master copy, which you aren't supposed to edit. I'm not
  5. sure if that's JUST so it will remain a virginal master
  6. copy (which is reasonably sensible but seems like a rule
  7. made to be broken, kinda like editing sudoers only with
  8. visudo) or because updates may concievably overwrite it
  9. along with all your tweaks. Or maybe some other reason. -->
  10. <openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
  11. <resistance>
  12. <strength>10</strength>
  13. <screen_edge_strength>20</screen_edge_strength>
  14. </resistance>
  15. <focus>
  16. <focusNew>yes</focusNew>
  17. <!-- always try to focus new windows when they appear. other rules do
  18. apply -->
  19. <followMouse>no</followMouse>
  20. <!-- move focus to a window when you move the mouse into it -->
  21. <focusLast>yes</focusLast>
  22. <!-- focus the last used window when changing desktops, instead of the one
  23. under the mouse pointer. when followMouse is enabled -->
  24. <underMouse>no</underMouse>
  25. <!-- move focus under the mouse, even when the mouse is not moving -->
  26. <focusDelay>200</focusDelay>
  27. <!-- when followMouse is enabled, the mouse must be inside the window for
  28. this many milliseconds (1000 = 1 sec) before moving focus to it -->
  29. <raiseOnFocus>no</raiseOnFocus>
  30. <!-- when followMouse is enabled, and a window is given focus by moving the
  31. mouse into it, also raise the window -->
  32. </focus>
  33. <placement>
  34. <policy>Smart</policy>
  35. <!-- 'Smart' or 'UnderMouse' -->
  36. <center>yes</center>
  37. <!-- whether to place windows in the center of the free area found or
  38. the top left corner -->
  39. <monitor>Primary</monitor>
  40. <!-- with Smart placement on a multi-monitor system, try to place new windows
  41. on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
  42. the active window is, 'Primary' - only on the primary monitor -->
  43. <primaryMonitor>1</primaryMonitor>
  44. <!-- The monitor where Openbox should place popup dialogs such as the
  45. focus cycling popup, or the desktop switch popup. It can be an index
  46. from 1, specifying a particular monitor. Or it can be one of the
  47. following: 'Mouse' - where the mouse is, or
  48. 'Active' - where the active window is -->
  49. </placement>
  50. <theme>
  51. <name>0_user,_large_font</name>
  52. <titleLayout>NLIMC</titleLayout>
  53. <!--
  54. available characters are NDSLIMC, each can occur at most once.
  55. N: window icon
  56. L: window label (AKA title).
  57. I: iconify
  58. M: maximize
  59. C: close
  60. S: shade (roll up/down)
  61. D: omnipresent (on all desktops).
  62. -->
  63. <keepBorder>no</keepBorder>
  64. <animateIconify>no</animateIconify>
  65. <font place="ActiveWindow">
  66. <name>Sans</name>
  67. <size>22</size>
  68. <!-- font size in points -->
  69. <weight>Bold</weight>
  70. <!-- 'bold' or 'normal' -->
  71. <slant>Normal</slant>
  72. <!-- 'italic' or 'normal' -->
  73. </font>
  74. <font place="InactiveWindow">
  75. <name>Sans</name>
  76. <size>22</size>
  77. <!-- font size in points -->
  78. <weight>Bold</weight>
  79. <!-- 'bold' or 'normal' -->
  80. <slant>Normal</slant>
  81. <!-- 'italic' or 'normal' -->
  82. </font>
  83. <font place="MenuHeader">
  84. <name>Sans</name>
  85. <size>22</size>
  86. <!-- font size in points -->
  87. <weight>Normal</weight>
  88. <!-- 'bold' or 'normal' -->
  89. <slant>Normal</slant>
  90. <!-- 'italic' or 'normal' -->
  91. </font>
  92. <font place="MenuItem">
  93. <name>Sans</name>
  94. <size>22</size>
  95. <!-- font size in points -->
  96. <weight>Normal</weight>
  97. <!-- 'bold' or 'normal' -->
  98. <slant>Normal</slant>
  99. <!-- 'italic' or 'normal' -->
  100. </font>
  101. <font place="ActiveOnScreenDisplay">
  102. <name>Sans</name>
  103. <size>22</size>
  104. <!-- font size in points -->
  105. <weight>Bold</weight>
  106. <!-- 'bold' or 'normal' -->
  107. <slant>Normal</slant>
  108. <!-- 'italic' or 'normal' -->
  109. </font>
  110. <font place="InactiveOnScreenDisplay">
  111. <name>Sans</name>
  112. <size>22</size>
  113. <!-- font size in points -->
  114. <weight>Bold</weight>
  115. <!-- 'bold' or 'normal' -->
  116. <slant>Normal</slant>
  117. <!-- 'italic' or 'normal' -->
  118. </font>
  119. </theme>
  120. <desktops>
  121. <!-- this stuff is only used at startup, pagers allow you to change them
  122. during a session
  123.  
  124. these are default values to use when other ones are not already set
  125. by other applications, or saved in your session
  126.  
  127. use obconf if you want to change these without having to log out
  128. and back in -->
  129. <number>1</number>
  130. <firstdesk>1</firstdesk>
  131. <names>
  132. <!-- set names up here if you want to, like this:
  133. <name>desktop 1</name>
  134. <name>desktop 2</name>
  135. -->
  136. </names>
  137. <popupTime>875</popupTime>
  138. <!-- The number of milliseconds to show the popup for when switching
  139. desktops. Set this to 0 to disable the popup. -->
  140. </desktops>
  141. <resize>
  142. <drawContents>yes</drawContents>
  143. <popupShow>Nonpixel</popupShow>
  144. <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
  145. <popupPosition>Center</popupPosition>
  146. <!-- 'Center', 'Top', or 'Fixed' -->
  147. <popupFixedPosition>
  148. <!-- these are used if popupPosition is set to 'Fixed' -->
  149. <x>10</x>
  150. <!-- positive number for distance from left edge, negative number for
  151. distance from right edge, or 'Center' -->
  152. <y>10</y>
  153. <!-- positive number for distance from top edge, negative number for
  154. distance from bottom edge, or 'Center' -->
  155. </popupFixedPosition>
  156. </resize>
  157. <!-- You can reserve a portion of your screen where windows will not cover when
  158. they are maximized, or when they are initially placed.
  159. Many programs reserve space automatically, but you can use this in other
  160. cases. -->
  161. <margins>
  162. <top>10</top>
  163. <bottom>0</bottom>
  164. <left>0</left>
  165. <right>0</right>
  166. </margins>
  167. <dock>
  168. <position>TopLeft</position>
  169. <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
  170. <floatingX>0</floatingX>
  171. <floatingY>0</floatingY>
  172. <noStrut>no</noStrut>
  173. <stacking>Above</stacking>
  174. <!-- 'Above', 'Normal', or 'Below' -->
  175. <direction>Vertical</direction>
  176. <!-- 'Vertical' or 'Horizontal' -->
  177. <autoHide>no</autoHide>
  178. <hideDelay>300</hideDelay>
  179. <!-- in milliseconds (1000 = 1 second) -->
  180. <showDelay>300</showDelay>
  181. <!-- in milliseconds (1000 = 1 second) -->
  182. <moveButton>Middle</moveButton>
  183. <!-- 'Left', 'Middle', 'Right' -->
  184. </dock>
  185. <keyboard>
  186. <chainQuitKey>C-g</chainQuitKey>
  187. <!-- Keybindings for desktop switching -->
  188. <keybind key="C-A-Left">
  189. <action name="GoToDesktop">
  190. <to>left</to>
  191. <wrap>no</wrap>
  192. </action>
  193. </keybind>
  194. <keybind key="C-A-Right">
  195. <action name="GoToDesktop">
  196. <to>right</to>
  197. <wrap>no</wrap>
  198. </action>
  199. </keybind>
  200. <keybind key="C-A-Up">
  201. <action name="GoToDesktop">
  202. <to>up</to>
  203. <wrap>no</wrap>
  204. </action>
  205. </keybind>
  206. <keybind key="C-A-Down">
  207. <action name="GoToDesktop">
  208. <to>down</to>
  209. <wrap>no</wrap>
  210. </action>
  211. </keybind>
  212. <keybind key="S-A-Left">
  213. <action name="SendToDesktop">
  214. <to>left</to>
  215. <wrap>no</wrap>
  216. </action>
  217. </keybind>
  218. <keybind key="S-A-Right">
  219. <action name="SendToDesktop">
  220. <to>right</to>
  221. <wrap>no</wrap>
  222. </action>
  223. </keybind>
  224. <keybind key="S-A-Up">
  225. <action name="SendToDesktop">
  226. <to>up</to>
  227. <wrap>no</wrap>
  228. </action>
  229. </keybind>
  230. <keybind key="S-A-Down">
  231. <action name="SendToDesktop">
  232. <to>down</to>
  233. <wrap>no</wrap>
  234. </action>
  235. </keybind>
  236. <keybind key="A-F2">
  237. <action name="gmrun">
  238. <to>1</to>
  239. </action>
  240. </keybind>
  241. <keybind key="W-F1">
  242. <action name="GoToDesktop">
  243. <to>1</to>
  244. </action>
  245. </keybind>
  246. <keybind key="W-F2">
  247. <action name="GoToDesktop">
  248. <to>2</to>
  249. </action>
  250. </keybind>
  251. <keybind key="W-F3">
  252. <action name="GoToDesktop">
  253. <to>3</to>
  254. </action>
  255. </keybind>
  256. <keybind key="W-F4">
  257. <action name="GoToDesktop">
  258. <to>4</to>
  259. </action>
  260. </keybind>
  261. <keybind key="W-d">
  262. <action name="ToggleShowDesktop"/>
  263. </keybind>
  264. <!-- Keybindings for windows -->
  265. <keybind key="A-F4">
  266. <action name="Close"/>
  267. </keybind>
  268. <keybind key="A-Escape">
  269. <action name="Lower"/>
  270. <action name="FocusToBottom"/>
  271. <action name="Unfocus"/>
  272. </keybind>
  273. <keybind key="A-space">
  274. <action name="ShowMenu">
  275. <menu>client-menu</menu>
  276. </action>
  277. </keybind>
  278. <!-- Take a screenshot of the current window with gnome-screenshot when Alt+Print are pressed -->
  279. <keybind key="A-Print">
  280. <action name="Execute">
  281. <command>gnome-screenshot -w</command>
  282. </action>
  283. </keybind>
  284. <!-- Keybindings for window switching -->
  285. <keybind key="A-Tab">
  286. <action name="NextWindow">
  287. <finalactions>
  288. <action name="Focus"/>
  289. <action name="Raise"/>
  290. <action name="Unshade"/>
  291. </finalactions>
  292. </action>
  293. </keybind>
  294. <keybind key="A-S-Tab">
  295. <action name="PreviousWindow">
  296. <finalactions>
  297. <action name="Focus"/>
  298. <action name="Raise"/>
  299. <action name="Unshade"/>
  300. </finalactions>
  301. </action>
  302. </keybind>
  303. <keybind key="C-A-Tab">
  304. <action name="NextWindow">
  305. <panels>yes</panels>
  306. <desktop>yes</desktop>
  307. <finalactions>
  308. <action name="Focus"/>
  309. <action name="Raise"/>
  310. <action name="Unshade"/>
  311. </finalactions>
  312. </action>
  313. </keybind>
  314. <!-- Keybindings for window switching with the arrow keys -->
  315. <keybind key="W-S-Right">
  316. <action name="DirectionalCycleWindows">
  317. <direction>right</direction>
  318. </action>
  319. </keybind>
  320. <keybind key="W-S-Left">
  321. <action name="DirectionalCycleWindows">
  322. <direction>left</direction>
  323. </action>
  324. </keybind>
  325. <keybind key="W-S-Up">
  326. <action name="DirectionalCycleWindows">
  327. <direction>up</direction>
  328. </action>
  329. </keybind>
  330. <keybind key="W-S-Down">
  331. <action name="DirectionalCycleWindows">
  332. <direction>down</direction>
  333. </action>
  334. </keybind>
  335. <!-- Keybindings for running applications -->
  336. <!-- Added by me -->
  337. <keybind key="C-t">
  338. <action name="Execute">
  339. <startupnotify>
  340. <enabled>true</enabled>
  341. <name>lxterminal</name>
  342. </startupnotify>
  343. <command>lxterminal</command>
  344. </action>
  345. </keybind>
  346. <!-- end of Added by me -->
  347. <keybind key="W-e">
  348. <action name="Execute">
  349. <startupnotify>
  350. <enabled>true</enabled>
  351. <name>Konqueror</name>
  352. </startupnotify>
  353. <command>kfmclient openProfile filemanagement</command>
  354. </action>
  355. </keybind>
  356. <!-- Launch gnome-screenshot when Print is pressed -->
  357. <keybind key="Print">
  358. <action name="Execute">
  359. <command>gnome-screenshot</command>
  360. </action>
  361. </keybind>
  362. </keyboard>
  363. <mouse>
  364. <dragThreshold>1</dragThreshold>
  365. <!-- number of pixels the mouse must move before a drag begins -->
  366. <doubleClickTime>200</doubleClickTime>
  367. <!-- in milliseconds (1000 = 1 second) -->
  368. <screenEdgeWarpTime>400</screenEdgeWarpTime>
  369. <!-- Time before changing desktops when the pointer touches the edge of the
  370. screen while moving a window, in milliseconds (1000 = 1 second).
  371. Set this to 0 to disable warping -->
  372. <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
  373. <!-- Set this to TRUE to move the mouse pointer across the desktop when
  374. switching due to hitting the edge of the screen -->
  375. <context name="Frame">
  376. <mousebind button="A-Left" action="Press">
  377. <action name="Focus"/>
  378. <action name="Raise"/>
  379. </mousebind>
  380. <mousebind button="A-Left" action="Click">
  381. <action name="Unshade"/>
  382. </mousebind>
  383. <mousebind button="A-Left" action="Drag">
  384. <action name="Move"/>
  385. </mousebind>
  386. <mousebind button="A-Right" action="Press">
  387. <action name="Focus"/>
  388. <action name="Raise"/>
  389. <action name="Unshade"/>
  390. </mousebind>
  391. <mousebind button="A-Right" action="Drag">
  392. <action name="Resize"/>
  393. </mousebind>
  394. <mousebind button="A-Middle" action="Press">
  395. <action name="Lower"/>
  396. <action name="FocusToBottom"/>
  397. <action name="Unfocus"/>
  398. </mousebind>
  399. <mousebind button="A-Up" action="Click">
  400. <action name="GoToDesktop">
  401. <to>previous</to>
  402. </action>
  403. </mousebind>
  404. <mousebind button="A-Down" action="Click">
  405. <action name="GoToDesktop">
  406. <to>next</to>
  407. </action>
  408. </mousebind>
  409. <mousebind button="C-A-Up" action="Click">
  410. <action name="GoToDesktop">
  411. <to>previous</to>
  412. </action>
  413. </mousebind>
  414. <mousebind button="C-A-Down" action="Click">
  415. <action name="GoToDesktop">
  416. <to>next</to>
  417. </action>
  418. </mousebind>
  419. <mousebind button="A-S-Up" action="Click">
  420. <action name="SendToDesktop">
  421. <to>previous</to>
  422. </action>
  423. </mousebind>
  424. <mousebind button="A-S-Down" action="Click">
  425. <action name="SendToDesktop">
  426. <to>next</to>
  427. </action>
  428. </mousebind>
  429. </context>
  430. <context name="Titlebar">
  431. <mousebind button="Left" action="Drag">
  432. <action name="Move"/>
  433. </mousebind>
  434. <mousebind button="Left" action="DoubleClick">
  435. <action name="ToggleShade"/>
  436. </mousebind>
  437. <mousebind button="Up" action="Click">
  438. <action name="if">
  439. <shaded>no</shaded>
  440. <then>
  441. <action name="Shade"/>
  442. <action name="FocusToBottom"/>
  443. <action name="Unfocus"/>
  444. <action name="Lower"/>
  445. </then>
  446. </action>
  447. </mousebind>
  448. <mousebind button="Down" action="Click">
  449. <action name="if">
  450. <shaded>yes</shaded>
  451. <then>
  452. <action name="Unshade"/>
  453. <action name="Raise"/>
  454. </then>
  455. </action>
  456. </mousebind>
  457. </context>
  458. <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
  459. <mousebind button="Left" action="Press">
  460. <action name="Focus"/>
  461. <action name="Raise"/>
  462. <action name="Unshade"/>
  463. </mousebind>
  464. <mousebind button="Middle" action="Press">
  465. <action name="Lower"/>
  466. <action name="FocusToBottom"/>
  467. <action name="Unfocus"/>
  468. </mousebind>
  469. <mousebind button="Right" action="Press">
  470. <action name="Focus"/>
  471. <action name="Raise"/>
  472. <action name="ShowMenu">
  473. <menu>client-menu</menu>
  474. </action>
  475. </mousebind>
  476. </context>
  477. <context name="Top">
  478. <mousebind button="Left" action="Drag">
  479. <action name="Resize">
  480. <edge>top</edge>
  481. </action>
  482. </mousebind>
  483. </context>
  484. <context name="Left">
  485. <mousebind button="Left" action="Drag">
  486. <action name="Resize">
  487. <edge>left</edge>
  488. </action>
  489. </mousebind>
  490. </context>
  491. <context name="Right">
  492. <mousebind button="Left" action="Drag">
  493. <action name="Resize">
  494. <edge>right</edge>
  495. </action>
  496. </mousebind>
  497. </context>
  498. <context name="Bottom">
  499. <mousebind button="Left" action="Drag">
  500. <action name="Resize">
  501. <edge>bottom</edge>
  502. </action>
  503. </mousebind>
  504. <mousebind button="Right" action="Press">
  505. <action name="Focus"/>
  506. <action name="Raise"/>
  507. <action name="ShowMenu">
  508. <menu>client-menu</menu>
  509. </action>
  510. </mousebind>
  511. </context>
  512. <context name="TRCorner BRCorner TLCorner BLCorner">
  513. <mousebind button="Left" action="Press">
  514. <action name="Focus"/>
  515. <action name="Raise"/>
  516. <action name="Unshade"/>
  517. </mousebind>
  518. <mousebind button="Left" action="Drag">
  519. <action name="Resize"/>
  520. </mousebind>
  521. </context>
  522. <context name="Client">
  523. <mousebind button="Left" action="Press">
  524. <action name="Focus"/>
  525. <action name="Raise"/>
  526. </mousebind>
  527. <mousebind button="Middle" action="Press">
  528. <action name="Focus"/>
  529. <action name="Raise"/>
  530. </mousebind>
  531. <mousebind button="Right" action="Press">
  532. <action name="Focus"/>
  533. <action name="Raise"/>
  534. </mousebind>
  535. </context>
  536. <context name="Icon">
  537. <mousebind button="Left" action="Press">
  538. <action name="Focus"/>
  539. <action name="Raise"/>
  540. <action name="Unshade"/>
  541. <action name="ShowMenu">
  542. <menu>client-menu</menu>
  543. </action>
  544. </mousebind>
  545. <mousebind button="Right" action="Press">
  546. <action name="Focus"/>
  547. <action name="Raise"/>
  548. <action name="ShowMenu">
  549. <menu>client-menu</menu>
  550. </action>
  551. </mousebind>
  552. </context>
  553. <context name="AllDesktops">
  554. <mousebind button="Left" action="Press">
  555. <action name="Focus"/>
  556. <action name="Raise"/>
  557. <action name="Unshade"/>
  558. </mousebind>
  559. <mousebind button="Left" action="Click">
  560. <action name="ToggleOmnipresent"/>
  561. </mousebind>
  562. </context>
  563. <context name="Shade">
  564. <mousebind button="Left" action="Press">
  565. <action name="Focus"/>
  566. <action name="Raise"/>
  567. </mousebind>
  568. <mousebind button="Left" action="Click">
  569. <action name="ToggleShade"/>
  570. </mousebind>
  571. </context>
  572. <context name="Iconify">
  573. <mousebind button="Left" action="Press">
  574. <action name="Focus"/>
  575. <action name="Raise"/>
  576. </mousebind>
  577. <mousebind button="Left" action="Click">
  578. <action name="Iconify"/>
  579. </mousebind>
  580. </context>
  581. <context name="Maximize">
  582. <mousebind button="Left" action="Press">
  583. <action name="Focus"/>
  584. <action name="Raise"/>
  585. <action name="Unshade"/>
  586. </mousebind>
  587. <mousebind button="Middle" action="Press">
  588. <action name="Focus"/>
  589. <action name="Raise"/>
  590. <action name="Unshade"/>
  591. </mousebind>
  592. <mousebind button="Right" action="Press">
  593. <action name="Focus"/>
  594. <action name="Raise"/>
  595. <action name="Unshade"/>
  596. </mousebind>
  597. <mousebind button="Left" action="Click">
  598. <action name="ToggleMaximize"/>
  599. </mousebind>
  600. <mousebind button="Middle" action="Click">
  601. <action name="ToggleMaximize">
  602. <direction>vertical</direction>
  603. </action>
  604. </mousebind>
  605. <mousebind button="Right" action="Click">
  606. <action name="ToggleMaximize">
  607. <direction>horizontal</direction>
  608. </action>
  609. </mousebind>
  610. </context>
  611. <context name="Close">
  612. <mousebind button="Left" action="Press">
  613. <action name="Focus"/>
  614. <action name="Raise"/>
  615. <action name="Unshade"/>
  616. </mousebind>
  617. <mousebind button="Left" action="Click">
  618. <action name="Close"/>
  619. </mousebind>
  620. </context>
  621. <context name="Desktop">
  622. <mousebind button="Up" action="Click">
  623. <action name="GoToDesktop">
  624. <to>previous</to>
  625. </action>
  626. </mousebind>
  627. <mousebind button="Down" action="Click">
  628. <action name="GoToDesktop">
  629. <to>next</to>
  630. </action>
  631. </mousebind>
  632. <mousebind button="A-Up" action="Click">
  633. <action name="GoToDesktop">
  634. <to>previous</to>
  635. </action>
  636. </mousebind>
  637. <mousebind button="A-Down" action="Click">
  638. <action name="GoToDesktop">
  639. <to>next</to>
  640. </action>
  641. </mousebind>
  642. <mousebind button="C-A-Up" action="Click">
  643. <action name="GoToDesktop">
  644. <to>previous</to>
  645. </action>
  646. </mousebind>
  647. <mousebind button="C-A-Down" action="Click">
  648. <action name="GoToDesktop">
  649. <to>next</to>
  650. </action>
  651. </mousebind>
  652. <mousebind button="Left" action="Press">
  653. <action name="Focus"/>
  654. <action name="Raise"/>
  655. </mousebind>
  656. <mousebind button="Right" action="Press">
  657. <action name="Focus"/>
  658. <action name="Raise"/>
  659. </mousebind>
  660. </context>
  661. <context name="Root">
  662. <!-- Menus -->
  663. <mousebind button="Left" action="Press">
  664. <action name="ShowMenu">
  665. <menu>client-list-combined-menu</menu>
  666. </action>
  667. </mousebind>
  668. <mousebind button="Right" action="Press">
  669. <action name="ShowMenu">
  670. <menu>root-menu</menu>
  671. </action>
  672. </mousebind>
  673. </context>
  674. <context name="MoveResize">
  675. <mousebind button="Up" action="Click">
  676. <action name="GoToDesktop">
  677. <to>previous</to>
  678. </action>
  679. </mousebind>
  680. <mousebind button="Down" action="Click">
  681. <action name="GoToDesktop">
  682. <to>next</to>
  683. </action>
  684. </mousebind>
  685. <mousebind button="A-Up" action="Click">
  686. <action name="GoToDesktop">
  687. <to>previous</to>
  688. </action>
  689. </mousebind>
  690. <mousebind button="A-Down" action="Click">
  691. <action name="GoToDesktop">
  692. <to>next</to>
  693. </action>
  694. </mousebind>
  695. </context>
  696. </mouse>
  697. <menu>
  698. <!-- You can specify more than one menu file in here and they are all loaded,
  699. just don't make menu ids clash or, well, it'll be kind of pointless -->
  700. <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
  701. <!-- system menu files on Debian systems -->
  702. <file>/var/lib/openbox/debian-menu.xml</file>
  703. <file>menu.xml</file>
  704. <hideDelay>200</hideDelay>
  705. <!-- if a press-release lasts longer than this setting (in milliseconds), the
  706. menu is hidden again -->
  707. <middle>no</middle>
  708. <!-- center submenus vertically about the parent entry -->
  709. <submenuShowDelay>100</submenuShowDelay>
  710. <!-- time to delay before showing a submenu after hovering over the parent
  711. entry.
  712. if this is a negative value, then the delay is infinite and the
  713. submenu will not be shown until it is clicked on -->
  714. <submenuHideDelay>400</submenuHideDelay>
  715. <!-- time to delay before hiding a submenu when selecting another
  716. entry in parent menu
  717. if this is a negative value, then the delay is infinite and the
  718. submenu will not be hidden until a different submenu is opened -->
  719. <applicationIcons>yes</applicationIcons>
  720. <!-- controls if icons appear in the client-list-(combined-)menu -->
  721. <manageDesktops>yes</manageDesktops>
  722. <!-- show the manage desktops section in the client-list-(combined-)menu -->
  723. </menu>
  724. <applications>
  725. <!--
  726. # this is an example with comments through out. use these to make your
  727. # own rules, but without the comments of course.
  728. # you may use one or more of the name/class/role/title/type rules to specify
  729. # windows to match
  730.  
  731. <application name="the window's _OB_APP_NAME property (see obxprop)"
  732. class="the window's _OB_APP_CLASS property (see obxprop)"
  733. role="the window's _OB_APP_ROLE property (see obxprop)"
  734. title="the window's _OB_APP_TITLE property (see obxprop)"
  735. type="the window's _OB_APP_TYPE property (see obxprob)..
  736. (if unspecified, then it is 'dialog' for child windows)">
  737. # you may set only one of name/class/role/title/type, or you may use more
  738. # than one together to restrict your matches.
  739.  
  740. # the name, class, role, and title use simple wildcard matching such as those
  741. # used by a shell. you can use * to match any characters and ? to match
  742. # any single character.
  743.  
  744. # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
  745. # or desktop
  746.  
  747. # when multiple rules match a window, they will all be applied, in the
  748. # order that they appear in this list
  749.  
  750.  
  751. # each rule element can be left out or set to 'default' to specify to not
  752. # change that attribute of the window
  753.  
  754. <decor>yes</decor>
  755. # enable or disable window decorations
  756.  
  757. <shade>no</shade>
  758. # make the window shaded when it appears, or not
  759.  
  760. <position force="no">
  761. # the position is only used if both an x and y coordinate are provided
  762. # (and not set to 'default')
  763. # when force is "yes", then the window will be placed here even if it
  764. # says you want it placed elsewhere. this is to override buggy
  765. # applications who refuse to behave
  766. <x>center</x>
  767. # a number like 50, or 'center' to center on screen. use a negative number
  768. # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
  769. # right edge (or bottom).
  770. <y>200</y>
  771. <monitor>1</monitor>
  772. # specifies the monitor in a xinerama setup.
  773. # 1 is the first head, or 'mouse' for wherever the mouse is
  774. </position>
  775.  
  776. <focus>yes</focus>
  777. # if the window should try be given focus when it appears. if this is set
  778. # to yes it doesn't guarantee the window will be given focus. some
  779. # restrictions may apply, but Openbox will try to
  780.  
  781. <desktop>1</desktop>
  782. # 1 is the first desktop, 'all' for all desktops
  783.  
  784. <layer>normal</layer>
  785. # 'above', 'normal', or 'below'
  786.  
  787. <iconic>no</iconic>
  788. # make the window iconified when it appears, or not
  789.  
  790. <skip_pager>no</skip_pager>
  791. # asks to not be shown in pagers
  792.  
  793. <skip_taskbar>no</skip_taskbar>
  794. # asks to not be shown in taskbars. window cycling actions will also
  795. # skip past such windows
  796.  
  797. <fullscreen>yes</fullscreen>
  798. # make the window in fullscreen mode when it appears
  799.  
  800. <maximized>true</maximized>
  801. # 'Horizontal', 'Vertical' or boolean (yes/no)
  802. </application>
  803.  
  804. # end of the example
  805. -->
  806. <!--*************************************-->
  807. <!--
  808. This should correspond to the wmctrl menu line for "very big":
  809. <position force="yes">
  810. <x>0</x>
  811. <y>60</y>
  812. <width>1912</width>
  813. <height>970</height>
  814. </position>
  815. <maximized>no</maximized>
  816. but doesn't work.
  817. -->
  818. <!--
  819. I've redone all below (except conky, which is working the way I want and which I'm therefore scared to touch) with uniform use of tabs and 500 x 500 windows which is a bloody awkward size sufficiently different from anything I normally use that I'm bound to notice if I accidentally mumble the magic words to make this work. A lot of these are redundant. If I get ANYTHING here to work, then I can start sorting out the details.
  820. -->
  821. <!--=====================================-->
  822. <application name="Navigator" class="Firefox">
  823. <position force="yes">
  824. <x>100</x>
  825. <y>10</y>
  826. <width>500</width>
  827. <height>500</height>.
  828. </position>
  829. <maximized>no</maximized>
  830. </application>
  831. <!--=====================================-->
  832. <!--=====================================-->
  833. <application title="*">
  834. <position force="yes">
  835. <x>100</x>
  836. <y>10</y>
  837. <width>500</width>
  838. <height>500</height>.
  839. </position>
  840. <maximized>no</maximized>
  841. </application>
  842. <!--=====================================-->
  843. <!--=====================================-->
  844. <application name="*">
  845. <position force="yes">
  846. <x>100</x>
  847. <y>10</y>
  848. <width>500</width>
  849. <height>500</height>.
  850. </position>
  851. <maximized>no</maximized>
  852. </application>
  853. <!--=====================================-->
  854. <application name="XScreenSaver: StarWars Settings">
  855. <position force="yes">
  856. <x>100</x>
  857. <y>10</y>
  858. <width>500</width>
  859. <height>500</height>.
  860. </position>
  861. <maximized>no</maximized>
  862. </application>
  863. <!--=====================================-->
  864. <application name="thunar" type="normal">
  865. <position force="yes">
  866. <x>100</x>
  867. <y>10</y>
  868. <width>500</width>
  869. <height>500</height>.
  870. </position>
  871. <maximized>no</maximized>
  872. </application>
  873. <!--=====================================-->
  874. <!--=====================================-->
  875. <application title="thunar">
  876. <position force="yes">
  877. <x>100</x>
  878. <y>10</y>
  879. <width>500</width>
  880. <height>500</height>.
  881. </position>
  882. <maximized>no</maximized>
  883. </application>
  884. <!--=====================================-->
  885. <application title="*File Manager*" type="normal">
  886. <position force="yes">
  887. <x>100</x>
  888. <y>10</y>
  889. <width>500</width>
  890. <height>500</height>.
  891. </position>
  892. <maximized>no</maximized>
  893. </application>
  894. <!--=====================================-->
  895. <!--=====================================-->
  896. <application title="File Manager" type="normal">
  897. <position force="yes">
  898. <x>100</x>
  899. <y>10</y>
  900. <width>500</width>
  901. <height>500</height>.
  902. </position>
  903. <maximized>no</maximized>
  904. </application>
  905. <!--=====================================-->
  906. <!--=====================================-->
  907. <application name="*gedit*">
  908. <position force="yes">
  909. <x>100</x>
  910. <y>10</y>
  911. <width>500</width>
  912. <height>500</height>.
  913. </position>
  914. <maximized>no</maximized>
  915. </application>
  916. <!--=====================================-->
  917. <!--=====================================-->
  918. <application title="*gedit*">
  919. <position force="yes">
  920. <x>100</x>
  921. <y>10</y>
  922. <width>500</width>
  923. <height>500</height>.
  924. </position>
  925. <maximized>no</maximized>
  926. </application>
  927. <!--=====================================-->
  928. <!--=====================================-->
  929. <application name="LXTerminal">
  930. <position force="yes">
  931. <x>100</x>
  932. <y>10</y>
  933. <width>500</width>
  934. <height>500</height>.
  935. </position>
  936. <maximized>no</maximized>
  937. </application>
  938. <!--=====================================-->
  939. <application name="CLEO Options">
  940. <position force="yes">
  941. <x>100</x>
  942. <y>10</y>
  943. <width>500</width>
  944. <height>500</height>.
  945. </position>
  946. <maximized>no</maximized>
  947. </application>
  948. <!--=====================================-->
  949. <application name="Conky">
  950. <decor>no</decor>
  951. <desktop>all</desktop>
  952. <layer>above</layer>
  953. <skip_taskbar>yes</skip_taskbar>
  954. </application>
  955. <!--=====================================-->
  956. <!--=====================================-->
  957. <application title="Mirage">
  958. <position force="yes">
  959. <x>100</x>
  960. <y>10</y>
  961. <width>500</width>
  962. <height>500</height>.
  963. </position>
  964. <maximized>no</maximized>
  965. </application>
  966. <!--=====================================-->
  967. <!--=====================================-->
  968. <application title="Mirage*">
  969. <position force="yes">
  970. <x>100</x>
  971. <y>10</y>
  972. <width>500</width>
  973. <height>500</height>.
  974. </position>
  975. <maximized>no</maximized>
  976. </application>
  977. <!--=====================================-->
  978. <!--=====================================-->
  979. <application name="Mirage">
  980. <position force="yes">
  981. <x>100</x>
  982. <y>10</y>
  983. <width>500</width>
  984. <height>500</height>.
  985. </position>
  986. <maximized>no</maximized>
  987. </application>
  988. <!--=====================================-->
  989. <!--=====================================-->
  990. <application name="Mirage*">
  991. <position force="yes">
  992. <x>100</x>
  993. <y>10</y>
  994. <width>500</width>
  995. <height>500</height>.
  996. </position>
  997. <maximized>no</maximized>
  998. </application>
  999. <!--=====================================-->
  1000. </applications>
  1001. <!--*****************************************-->
  1002. </openbox_config>
  1003. <!-- extra lines to force gedit to show
  1004. the line numbers correctly
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015. extra lines to force gedit to show
  1016. the line numbers correctly
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027. extra lines to force gedit to show
  1028. the line numbers correctly
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039. extra lines to force gedit to show
  1040. the line numbers correctly
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051. extra lines to force gedit to show
  1052. the line numbers correctly
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063. extra lines to force gedit to show
  1064. the line numbers correctly
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. extra lines to force gedit to show
  1076. the line numbers correctly
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087. extra lines to force gedit to show
  1088. the line numbers correctly
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099. extra lines to force gedit to show
  1100. the line numbers correctly
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111. extra lines to force gedit to show
  1112. the line numbers correctly
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. extra lines to force gedit to show
  1123. the line numbers correctly
  1124. extra lines to force gedit to show
  1125. the line numbers correctly
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136. extra lines to force gedit to show
  1137. the line numbers correctly
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. extra lines to force gedit to show
  1149. the line numbers correctly
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. extra lines to force gedit to show
  1161. the line numbers correctly
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. extra lines to force gedit to show
  1173. the line numbers correctly
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184. extra lines to force gedit to show
  1185. the line numbers correctly
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196. extra lines to force gedit to show
  1197. the line numbers correctly
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208. extra lines to force gedit to show
  1209. the line numbers correctly
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220. extra lines to force gedit to show
  1221. the line numbers correctly
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231. extra lines to force gedit to show
  1232. the line numbers correctly extra lines to force gedit to show
  1233. the line numbers correctly
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244. extra lines to force gedit to show
  1245. the line numbers correctly
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256. extra lines to force gedit to show
  1257. the line numbers correctly
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. extra lines to force gedit to show
  1269. the line numbers correctly
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280. extra lines to force gedit to show
  1281. the line numbers correctly
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292. extra lines to force gedit to show
  1293. the line numbers correctly
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304. extra lines to force gedit to show
  1305. the line numbers correctly
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316. extra lines to force gedit to show
  1317. the line numbers correctly
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328. extra lines to force gedit to show
  1329. the line numbers correctly
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339. extra lines to force gedit to show
  1340. the line numbers correctly
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350. extra lines to force gedit to show
  1351. the line numbers correctly
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362. extra lines to force gedit to show
  1363. the line numbers correctly
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374. extra lines to force gedit to show
  1375. the line numbers correctly
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386. extra lines to force gedit to show
  1387. the line numbers correctly
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398. extra lines to force gedit to show
  1399. the line numbers correctly
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410. extra lines to force gedit to show
  1411. the line numbers correctly
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422. extra lines to force gedit to show
  1423. the line numbers correctly
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434. extra lines to force gedit to show
  1435. the line numbers correctly
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446. extra lines to force gedit to show
  1447. the line numbers correctly
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457. extra lines to force gedit to show
  1458. the line numbers correctly
  1459. extra lines to force gedit to show
  1460. the line numbers correctly
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. extra lines to force gedit to show
  1472. the line numbers correctly
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483. extra lines to force gedit to show
  1484. the line numbers correctly
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495. extra lines to force gedit to show
  1496. the line numbers correctly
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507. extra lines to force gedit to show
  1508. the line numbers correctly
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519. extra lines to force gedit to show
  1520. the line numbers correctly
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531. extra lines to force gedit to show
  1532. the line numbers correctly
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543. extra lines to force gedit to show
  1544. the line numbers correctly
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555. extra lines to force gedit to show
  1556. the line numbers correctly
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. extra lines to force gedit to show
  1567. the line numbers correctly extra lines to force gedit to show
  1568. the line numbers correctly
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579. extra lines to force gedit to show
  1580. the line numbers correctly
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591. extra lines to force gedit to show
  1592. the line numbers correctly
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603. extra lines to force gedit to show
  1604. the line numbers correctly
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. extra lines to force gedit to show
  1616. the line numbers correctly
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627. extra lines to force gedit to show
  1628. the line numbers correctly
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639. extra lines to force gedit to show
  1640. the line numbers correctly
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651. extra lines to force gedit to show
  1652. the line numbers correctly
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663. extra lines to force gedit to show
  1664. the line numbers correctly
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674. extra lines to force gedit to show
  1675. the line numbers correctly
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685. extra lines to force gedit to show
  1686. the line numbers correctly
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697. extra lines to force gedit to show
  1698. the line numbers correctly
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709. extra lines to force gedit to show
  1710. the line numbers correctly
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721. extra lines to force gedit to show
  1722. the line numbers correctly
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733. extra lines to force gedit to show
  1734. the line numbers correctly
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745. extra lines to force gedit to show
  1746. the line numbers correctly
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757. extra lines to force gedit to show
  1758. the line numbers correctly
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769. extra lines to force gedit to show
  1770. the line numbers correctly
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781. extra lines to force gedit to show
  1782. the line numbers correctly
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792. extra lines to force gedit to show
  1793. the line numbers correctly
  1794. extra lines to force gedit to show
  1795. the line numbers correctly
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806. extra lines to force gedit to show
  1807. the line numbers correctly
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818. extra lines to force gedit to show
  1819. the line numbers correctly
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830. extra lines to force gedit to show
  1831. the line numbers correctly
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842. extra lines to force gedit to show
  1843. the line numbers correctly
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854. extra lines to force gedit to show
  1855. the line numbers correctly
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866. extra lines to force gedit to show
  1867. the line numbers correctly
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878. extra lines to force gedit to show
  1879. the line numbers correctly
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890. extra lines to force gedit to show
  1891. the line numbers correctly
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901. extra lines to force gedit to show
  1902. the line numbers correctly extra lines to force gedit to show
  1903. the line numbers correctly
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914. extra lines to force gedit to show
  1915. the line numbers correctly
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926. extra lines to force gedit to show
  1927. the line numbers correctly
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938. extra lines to force gedit to show
  1939. the line numbers correctly
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950. extra lines to force gedit to show
  1951. the line numbers correctly
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. extra lines to force gedit to show
  1963. the line numbers correctly
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974. extra lines to force gedit to show
  1975. the line numbers correctly
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986. extra lines to force gedit to show
  1987. the line numbers correctly
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998. extra lines to force gedit to show
  1999. the line numbers correctly
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009. extra lines to force gedit to show
  2010. the line numbers correctly
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020. extra lines to force gedit to show
  2021. the line numbers correctly
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032. extra lines to force gedit to show
  2033. the line numbers correctly
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044. extra lines to force gedit to show
  2045. the line numbers correctly
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056. extra lines to force gedit to show
  2057. the line numbers correctly
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068. extra lines to force gedit to show
  2069. the line numbers correctly
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080. extra lines to force gedit to show
  2081. the line numbers correctly
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092. extra lines to force gedit to show
  2093. the line numbers correctly
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104. extra lines to force gedit to show
  2105. the line numbers correctly
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116. extra lines to force gedit to show
  2117. the line numbers correctly
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127. extra lines to force gedit to show
  2128. the line numbers correctly
  2129. extra lines to force gedit to show
  2130. the line numbers correctly
  2131.  
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141. extra lines to force gedit to show
  2142. the line numbers correctly
  2143.  
  2144.  
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153. extra lines to force gedit to show
  2154. the line numbers correctly
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165. extra lines to force gedit to show
  2166. the line numbers correctly
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177. extra lines to force gedit to show
  2178. the line numbers correctly
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188.  
  2189. extra lines to force gedit to show
  2190. the line numbers correctly
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201. extra lines to force gedit to show
  2202. the line numbers correctly
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213. extra lines to force gedit to show
  2214. the line numbers correctly
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225. extra lines to force gedit to show
  2226. the line numbers correctly
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236. extra lines to force gedit to show
  2237. the line numbers correctly extra lines to force gedit to show
  2238. the line numbers correctly
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249. extra lines to force gedit to show
  2250. the line numbers correctly
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261. extra lines to force gedit to show
  2262. the line numbers correctly
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271.  
  2272.  
  2273. extra lines to force gedit to show
  2274. the line numbers correctly
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285. extra lines to force gedit to show
  2286. the line numbers correctly
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297. extra lines to force gedit to show
  2298. the line numbers correctly
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309. extra lines to force gedit to show
  2310. the line numbers correctly
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319.  
  2320.  
  2321. extra lines to force gedit to show
  2322. the line numbers correctly
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333. extra lines to force gedit to show
  2334. the line numbers correctly
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344. extra lines to force gedit to show
  2345. the line numbers correctly
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355. extra lines to force gedit to show
  2356. the line numbers correctly
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367. extra lines to force gedit to show
  2368. the line numbers correctly
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379. extra lines to force gedit to show
  2380. the line numbers correctly
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391. extra lines to force gedit to show
  2392. the line numbers correctly
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403. extra lines to force gedit to show
  2404. the line numbers correctly
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415. extra lines to force gedit to show
  2416. the line numbers correctly
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427. extra lines to force gedit to show
  2428. the line numbers correctly
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439. extra lines to force gedit to show
  2440. the line numbers correctly
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451. extra lines to force gedit to show
  2452. the line numbers correctly
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462. extra lines to force gedit to show
  2463. the line numbers correctly
  2464. extra lines to force gedit to show
  2465. the line numbers correctly
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476. extra lines to force gedit to show
  2477. the line numbers correctly
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488. extra lines to force gedit to show
  2489. the line numbers correctly
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500. extra lines to force gedit to show
  2501. the line numbers correctly
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512. extra lines to force gedit to show
  2513. the line numbers correctly
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524. extra lines to force gedit to show
  2525. the line numbers correctly
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536. extra lines to force gedit to show
  2537. the line numbers correctly
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548. extra lines to force gedit to show
  2549. the line numbers correctly
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560. extra lines to force gedit to show
  2561. the line numbers correctly
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571. extra lines to force gedit to show
  2572. the line numbers correctly extra lines to force gedit to show
  2573. the line numbers correctly
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584. extra lines to force gedit to show
  2585. the line numbers correctly
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596. extra lines to force gedit to show
  2597. the line numbers correctly
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608. extra lines to force gedit to show
  2609. the line numbers correctly
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620. extra lines to force gedit to show
  2621. the line numbers correctly
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632. extra lines to force gedit to show
  2633. the line numbers correctly
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644. extra lines to force gedit to show
  2645. the line numbers correctly
  2646.  
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656. extra lines to force gedit to show
  2657. the line numbers correctly
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668. extra lines to force gedit to show
  2669. the line numbers correctly
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679. extra lines to force gedit to show
  2680. the line numbers correctly
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690. extra lines to force gedit to show
  2691. the line numbers correctly
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702. extra lines to force gedit to show
  2703. the line numbers correctly
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714. extra lines to force gedit to show
  2715. the line numbers correctly
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726. extra lines to force gedit to show
  2727. the line numbers correctly
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738. extra lines to force gedit to show
  2739. the line numbers correctly
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750. extra lines to force gedit to show
  2751. the line numbers correctly
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762. extra lines to force gedit to show
  2763. the line numbers correctly
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774. extra lines to force gedit to show
  2775. the line numbers correctly
  2776.  
  2777.  
  2778.  
  2779.  
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786. extra lines to force gedit to show
  2787. the line numbers correctly
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797. extra lines to force gedit to show
  2798. the line numbers correctly
  2799. extra lines to force gedit to show
  2800. the line numbers correctly
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811. extra lines to force gedit to show
  2812. the line numbers correctly
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823. extra lines to force gedit to show
  2824. the line numbers correctly
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834.  
  2835. extra lines to force gedit to show
  2836. the line numbers correctly
  2837.  
  2838.  
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847. extra lines to force gedit to show
  2848. the line numbers correctly
  2849.  
  2850.  
  2851.  
  2852.  
  2853.  
  2854.  
  2855.  
  2856.  
  2857.  
  2858.  
  2859. extra lines to force gedit to show
  2860. the line numbers correctly
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867.  
  2868.  
  2869.  
  2870.  
  2871. extra lines to force gedit to show
  2872. the line numbers correctly
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883. extra lines to force gedit to show
  2884. the line numbers correctly
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895. extra lines to force gedit to show
  2896. the line numbers correctly
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906. extra lines to force gedit to show
  2907. the line numbers correctly extra lines to force gedit to show
  2908. the line numbers correctly
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919. extra lines to force gedit to show
  2920. the line numbers correctly
  2921.  
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931. extra lines to force gedit to show
  2932. the line numbers correctly
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943. extra lines to force gedit to show
  2944. the line numbers correctly
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.  
  2955. extra lines to force gedit to show
  2956. the line numbers correctly
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.  
  2963.  
  2964.  
  2965.  
  2966.  
  2967. extra lines to force gedit to show
  2968. the line numbers correctly
  2969.  
  2970.  
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979. extra lines to force gedit to show
  2980. the line numbers correctly
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991. extra lines to force gedit to show
  2992. the line numbers correctly
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003. extra lines to force gedit to show
  3004. the line numbers correctly
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014. extra lines to force gedit to show
  3015. the line numbers correctly
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025. extra lines to force gedit to show
  3026. the line numbers correctly
  3027.  
  3028.  
  3029.  
  3030.  
  3031.  
  3032.  
  3033.  
  3034.  
  3035.  
  3036.  
  3037. extra lines to force gedit to show
  3038. the line numbers correctly
  3039.  
  3040.  
  3041.  
  3042.  
  3043.  
  3044.  
  3045.  
  3046.  
  3047.  
  3048.  
  3049. extra lines to force gedit to show
  3050. the line numbers correctly
  3051.  
  3052.  
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058.  
  3059.  
  3060.  
  3061. extra lines to force gedit to show
  3062. the line numbers correctly
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.  
  3070.  
  3071.  
  3072.  
  3073. extra lines to force gedit to show
  3074. the line numbers correctly
  3075.  
  3076.  
  3077.  
  3078.  
  3079.  
  3080.  
  3081.  
  3082.  
  3083.  
  3084.  
  3085. extra lines to force gedit to show
  3086. the line numbers correctly
  3087.  
  3088.  
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095.  
  3096.  
  3097. extra lines to force gedit to show
  3098. the line numbers correctly
  3099.  
  3100.  
  3101.  
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109. extra lines to force gedit to show
  3110. the line numbers correctly
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121. extra lines to force gedit to show
  3122. the line numbers correctly
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.  
  3129.  
  3130.  
  3131.  
  3132. extra lines to force gedit to show
  3133. the line numbers correctly
  3134. extra lines to force gedit to show
  3135. the line numbers correctly
  3136.  
  3137.  
  3138.  
  3139.  
  3140.  
  3141.  
  3142.  
  3143.  
  3144.  
  3145.  
  3146. extra lines to force gedit to show
  3147. the line numbers correctly
  3148.  
  3149.  
  3150.  
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158. extra lines to force gedit to show
  3159. the line numbers correctly
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170. extra lines to force gedit to show
  3171. the line numbers correctly
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182. extra lines to force gedit to show
  3183. the line numbers correctly
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194. extra lines to force gedit to show
  3195. the line numbers correctly
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206. extra lines to force gedit to show
  3207. the line numbers correctly
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213.  
  3214.  
  3215.  
  3216.  
  3217.  
  3218. extra lines to force gedit to show
  3219. the line numbers correctly
  3220.  
  3221.  
  3222.  
  3223.  
  3224.  
  3225.  
  3226.  
  3227.  
  3228.  
  3229.  
  3230. extra lines to force gedit to show
  3231. the line numbers correctly
  3232.  
  3233.  
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241. extra lines to force gedit to show
  3242. the line numbers correctly extra lines to force gedit to show
  3243. the line numbers correctly
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.  
  3253.  
  3254. extra lines to force gedit to show
  3255. the line numbers correctly
  3256.  
  3257.  
  3258.  
  3259.  
  3260.  
  3261.  
  3262.  
  3263.  
  3264.  
  3265.  
  3266. extra lines to force gedit to show
  3267. the line numbers correctly
  3268.  
  3269.  
  3270.  
  3271.  
  3272.  
  3273.  
  3274.  
  3275.  
  3276.  
  3277.  
  3278. extra lines to force gedit to show
  3279. the line numbers correctly
  3280.  
  3281.  
  3282.  
  3283.  
  3284.  
  3285.  
  3286.  
  3287.  
  3288.  
  3289.  
  3290. extra lines to force gedit to show
  3291. the line numbers correctly
  3292.  
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301.  
  3302. extra lines to force gedit to show
  3303. the line numbers correctly
  3304.  
  3305.  
  3306.  
  3307.  
  3308.  
  3309.  
  3310.  
  3311.  
  3312.  
  3313.  
  3314. extra lines to force gedit to show
  3315. the line numbers correctly
  3316.  
  3317.  
  3318.  
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326. extra lines to force gedit to show
  3327. the line numbers correctly
  3328.  
  3329.  
  3330.  
  3331.  
  3332.  
  3333.  
  3334.  
  3335.  
  3336.  
  3337.  
  3338. extra lines to force gedit to show
  3339. the line numbers correctly
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349. extra lines to force gedit to show
  3350. the line numbers correctly
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360. extra lines to force gedit to show
  3361. the line numbers correctly
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.  
  3368.  
  3369.  
  3370.  
  3371.  
  3372. extra lines to force gedit to show
  3373. the line numbers correctly
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380.  
  3381.  
  3382.  
  3383.  
  3384. extra lines to force gedit to show
  3385. the line numbers correctly
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396. extra lines to force gedit to show
  3397. the line numbers correctly
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.  
  3407.  
  3408. extra lines to force gedit to show
  3409. the line numbers correctly
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420. extra lines to force gedit to show
  3421. the line numbers correctly
  3422.  
  3423.  
  3424.  
  3425.  
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431.  
  3432. extra lines to force gedit to show
  3433. the line numbers correctly
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440.  
  3441.  
  3442.  
  3443.  
  3444. extra lines to force gedit to show
  3445. the line numbers correctly
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451.  
  3452.  
  3453.  
  3454.  
  3455.  
  3456. extra lines to force gedit to show
  3457. the line numbers correctly
  3458.  
  3459.  
  3460.  
  3461.  
  3462.  
  3463.  
  3464.  
  3465.  
  3466.  
  3467. extra lines to force gedit to show
  3468. the line numbers correctly
  3469. extra lines to force gedit to show
  3470. the line numbers correctly
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477.  
  3478.  
  3479.  
  3480.  
  3481. extra lines to force gedit to show
  3482. the line numbers correctly
  3483.  
  3484.  
  3485.  
  3486.  
  3487.  
  3488.  
  3489.  
  3490.  
  3491.  
  3492.  
  3493. extra lines to force gedit to show
  3494. the line numbers correctly
  3495.  
  3496.  
  3497.  
  3498.  
  3499.  
  3500.  
  3501.  
  3502.  
  3503.  
  3504.  
  3505. extra lines to force gedit to show
  3506. the line numbers correctly
  3507.  
  3508.  
  3509.  
  3510.  
  3511.  
  3512.  
  3513.  
  3514.  
  3515.  
  3516.  
  3517. extra lines to force gedit to show
  3518. the line numbers correctly
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528.  
  3529. extra lines to force gedit to show
  3530. the line numbers correctly
  3531.  
  3532.  
  3533.  
  3534.  
  3535.  
  3536.  
  3537.  
  3538.  
  3539.  
  3540.  
  3541. extra lines to force gedit to show
  3542. the line numbers correctly
  3543.  
  3544.  
  3545.  
  3546.  
  3547.  
  3548.  
  3549.  
  3550.  
  3551.  
  3552.  
  3553. extra lines to force gedit to show
  3554. the line numbers correctly
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565. extra lines to force gedit to show
  3566. the line numbers correctly
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576. extra lines to force gedit to show
  3577. the line numbers correctly extra lines to force gedit to show
  3578. the line numbers correctly
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.  
  3589. extra lines to force gedit to show
  3590. the line numbers correctly
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.  
  3601. extra lines to force gedit to show
  3602. the line numbers correctly
  3603.  
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.  
  3611.  
  3612.  
  3613. extra lines to force gedit to show
  3614. the line numbers correctly
  3615.  
  3616.  
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625. extra lines to force gedit to show
  3626. the line numbers correctly
  3627.  
  3628.  
  3629.  
  3630.  
  3631.  
  3632.  
  3633.  
  3634.  
  3635.  
  3636.  
  3637. extra lines to force gedit to show
  3638. the line numbers correctly
  3639.  
  3640.  
  3641.  
  3642.  
  3643.  
  3644.  
  3645.  
  3646.  
  3647.  
  3648.  
  3649. extra lines to force gedit to show
  3650. the line numbers correctly
  3651.  
  3652.  
  3653.  
  3654.  
  3655.  
  3656.  
  3657.  
  3658.  
  3659.  
  3660.  
  3661. extra lines to force gedit to show
  3662. the line numbers correctly
  3663.  
  3664.  
  3665.  
  3666.  
  3667.  
  3668.  
  3669.  
  3670.  
  3671.  
  3672.  
  3673. extra lines to force gedit to show
  3674. the line numbers correctly
  3675.  
  3676.  
  3677.  
  3678.  
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684. extra lines to force gedit to show
  3685. the line numbers correctly
  3686.  
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692.  
  3693.  
  3694.  
  3695. extra lines to force gedit to show
  3696. the line numbers correctly
  3697.  
  3698.  
  3699.  
  3700.  
  3701.  
  3702.  
  3703.  
  3704.  
  3705.  
  3706.  
  3707. extra lines to force gedit to show
  3708. the line numbers correctly
  3709.  
  3710.  
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.  
  3719. extra lines to force gedit to show
  3720. the line numbers correctly
  3721.  
  3722.  
  3723.  
  3724.  
  3725.  
  3726.  
  3727.  
  3728.  
  3729.  
  3730.  
  3731. extra lines to force gedit to show
  3732. the line numbers correctly
  3733.  
  3734.  
  3735.  
  3736.  
  3737.  
  3738.  
  3739.  
  3740.  
  3741.  
  3742.  
  3743. extra lines to force gedit to show
  3744. the line numbers correctly
  3745.  
  3746.  
  3747.  
  3748.  
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754.  
  3755. extra lines to force gedit to show
  3756. the line numbers correctly
  3757.  
  3758.  
  3759.  
  3760.  
  3761.  
  3762.  
  3763.  
  3764.  
  3765.  
  3766.  
  3767. extra lines to force gedit to show
  3768. the line numbers correctly
  3769.  
  3770.  
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.  
  3778.  
  3779. extra lines to force gedit to show
  3780. the line numbers correctly
  3781.  
  3782.  
  3783.  
  3784.  
  3785.  
  3786.  
  3787.  
  3788.  
  3789.  
  3790.  
  3791. extra lines to force gedit to show
  3792. the line numbers correctly
  3793.  
  3794.  
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802. extra lines to force gedit to show
  3803. the line numbers correctly
  3804. extra lines to force gedit to show
  3805. the line numbers correctly
  3806.  
  3807.  
  3808.  
  3809.  
  3810.  
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816. extra lines to force gedit to show
  3817. the line numbers correctly
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828. extra lines to force gedit to show
  3829. the line numbers correctly
  3830.  
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.  
  3837.  
  3838.  
  3839.  
  3840. extra lines to force gedit to show
  3841. the line numbers correctly
  3842.  
  3843.  
  3844.  
  3845.  
  3846.  
  3847.  
  3848.  
  3849.  
  3850.  
  3851.  
  3852. extra lines to force gedit to show
  3853. the line numbers correctly
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.  
  3860.  
  3861.  
  3862.  
  3863.  
  3864. extra lines to force gedit to show
  3865. the line numbers correctly
  3866.  
  3867.  
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876. extra lines to force gedit to show
  3877. the line numbers correctly
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.  
  3887.  
  3888. extra lines to force gedit to show
  3889. the line numbers correctly
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.  
  3899.  
  3900. extra lines to force gedit to show
  3901. the line numbers correctly
  3902.  
  3903.  
  3904.  
  3905.  
  3906.  
  3907.  
  3908.  
  3909.  
  3910.  
  3911. extra lines to force gedit to show
  3912. the line numbers correctly extra lines to force gedit to show
  3913. the line numbers correctly
  3914.  
  3915.  
  3916.  
  3917.  
  3918.  
  3919.  
  3920.  
  3921.  
  3922.  
  3923.  
  3924. extra lines to force gedit to show
  3925. the line numbers correctly
  3926.  
  3927.  
  3928.  
  3929.  
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936. extra lines to force gedit to show
  3937. the line numbers correctly
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948. extra lines to force gedit to show
  3949. the line numbers correctly
  3950.  
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.  
  3958.  
  3959.  
  3960. extra lines to force gedit to show
  3961. the line numbers correctly
  3962.  
  3963.  
  3964.  
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971.  
  3972. extra lines to force gedit to show
  3973. the line numbers correctly
  3974.  
  3975.  
  3976.  
  3977.  
  3978.  
  3979.  
  3980.  
  3981.  
  3982.  
  3983.  
  3984. extra lines to force gedit to show
  3985. the line numbers correctly
  3986.  
  3987.  
  3988.  
  3989.  
  3990.  
  3991.  
  3992.  
  3993.  
  3994.  
  3995.  
  3996. extra lines to force gedit to show
  3997. the line numbers correctly
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008. extra lines to force gedit to show
  4009. the line numbers correctly
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.  
  4019. extra lines to force gedit to show
  4020. the line numbers correctly
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030. extra lines to force gedit to show
  4031. the line numbers correctly
  4032.  
  4033.  
  4034.  
  4035.  
  4036.  
  4037.  
  4038.  
  4039.  
  4040.  
  4041.  
  4042. extra lines to force gedit to show
  4043. the line numbers correctly
  4044.  
  4045.  
  4046.  
  4047.  
  4048.  
  4049.  
  4050.  
  4051.  
  4052.  
  4053.  
  4054. extra lines to force gedit to show
  4055. the line numbers correctly
  4056.  
  4057.  
  4058.  
  4059.  
  4060.  
  4061.  
  4062.  
  4063.  
  4064.  
  4065.  
  4066. extra lines to force gedit to show
  4067. the line numbers correctly
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078. extra lines to force gedit to show
  4079. the line numbers correctly
  4080.  
  4081.  
  4082.  
  4083.  
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090. extra lines to force gedit to show
  4091. the line numbers correctly
  4092.  
  4093.  
  4094.  
  4095.  
  4096.  
  4097.  
  4098.  
  4099.  
  4100.  
  4101.  
  4102. extra lines to force gedit to show
  4103. the line numbers correctly
  4104.  
  4105.  
  4106.  
  4107.  
  4108.  
  4109.  
  4110.  
  4111.  
  4112.  
  4113.  
  4114. extra lines to force gedit to show
  4115. the line numbers correctly
  4116.  
  4117.  
  4118.  
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124.  
  4125.  
  4126. extra lines to force gedit to show
  4127. the line numbers correctly
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137. extra lines to force gedit to show
  4138. the line numbers correctly
  4139. extra lines to force gedit to show
  4140. the line numbers correctly
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147.  
  4148.  
  4149.  
  4150.  
  4151. extra lines to force gedit to show
  4152. the line numbers correctly
  4153.  
  4154.  
  4155.  
  4156.  
  4157.  
  4158.  
  4159.  
  4160.  
  4161.  
  4162.  
  4163. extra lines to force gedit to show
  4164. the line numbers correctly
  4165.  
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175. extra lines to force gedit to show
  4176. the line numbers correctly
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187. extra lines to force gedit to show
  4188. the line numbers correctly
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199. extra lines to force gedit to show
  4200. the line numbers correctly
  4201.  
  4202.  
  4203.  
  4204.  
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210.  
  4211. extra lines to force gedit to show
  4212. the line numbers correctly
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.  
  4221.  
  4222.  
  4223. extra lines to force gedit to show
  4224. the line numbers correctly
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234.  
  4235. extra lines to force gedit to show
  4236. the line numbers correctly
  4237.  
  4238.  
  4239.  
  4240.  
  4241.  
  4242.  
  4243.  
  4244.  
  4245.  
  4246. extra lines to force gedit to show
  4247. the line numbers correctly extra lines to force gedit to show
  4248. the line numbers correctly
  4249.  
  4250.  
  4251.  
  4252.  
  4253.  
  4254.  
  4255.  
  4256.  
  4257.  
  4258.  
  4259. extra lines to force gedit to show
  4260. the line numbers correctly
  4261.  
  4262.  
  4263.  
  4264.  
  4265.  
  4266.  
  4267.  
  4268.  
  4269.  
  4270.  
  4271. extra lines to force gedit to show
  4272. the line numbers correctly
  4273.  
  4274.  
  4275.  
  4276.  
  4277.  
  4278.  
  4279.  
  4280.  
  4281.  
  4282.  
  4283. extra lines to force gedit to show
  4284. the line numbers correctly
  4285.  
  4286.  
  4287.  
  4288.  
  4289.  
  4290.  
  4291.  
  4292.  
  4293.  
  4294.  
  4295. extra lines to force gedit to show
  4296. the line numbers correctly
  4297.  
  4298.  
  4299.  
  4300.  
  4301.  
  4302.  
  4303.  
  4304.  
  4305.  
  4306.  
  4307. extra lines to force gedit to show
  4308. the line numbers correctly
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.  
  4317.  
  4318.  
  4319. extra lines to force gedit to show
  4320. the line numbers correctly
  4321.  
  4322.  
  4323.  
  4324.  
  4325.  
  4326.  
  4327.  
  4328.  
  4329.  
  4330.  
  4331. extra lines to force gedit to show
  4332. the line numbers correctly
  4333.  
  4334.  
  4335.  
  4336.  
  4337.  
  4338.  
  4339.  
  4340.  
  4341.  
  4342.  
  4343. extra lines to force gedit to show
  4344. the line numbers correctly
  4345.  
  4346.  
  4347.  
  4348.  
  4349.  
  4350.  
  4351.  
  4352.  
  4353.  
  4354. extra lines to force gedit to show
  4355. the line numbers correctly
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361.  
  4362.  
  4363.  
  4364.  
  4365. extra lines to force gedit to show
  4366. the line numbers correctly
  4367.  
  4368.  
  4369.  
  4370.  
  4371.  
  4372.  
  4373.  
  4374.  
  4375.  
  4376.  
  4377. extra lines to force gedit to show
  4378. the line numbers correctly
  4379.  
  4380.  
  4381.  
  4382.  
  4383.  
  4384.  
  4385.  
  4386.  
  4387.  
  4388.  
  4389. extra lines to force gedit to show
  4390. the line numbers correctly
  4391.  
  4392.  
  4393.  
  4394.  
  4395.  
  4396.  
  4397.  
  4398.  
  4399.  
  4400.  
  4401. extra lines to force gedit to show
  4402. the line numbers correctly
  4403.  
  4404.  
  4405.  
  4406.  
  4407.  
  4408.  
  4409.  
  4410.  
  4411.  
  4412.  
  4413. extra lines to force gedit to show
  4414. the line numbers correctly
  4415.  
  4416.  
  4417.  
  4418.  
  4419.  
  4420.  
  4421.  
  4422.  
  4423.  
  4424.  
  4425. extra lines to force gedit to show
  4426. the line numbers correctly
  4427.  
  4428.  
  4429.  
  4430.  
  4431.  
  4432.  
  4433.  
  4434.  
  4435.  
  4436.  
  4437. extra lines to force gedit to show
  4438. the line numbers correctly
  4439.  
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446.  
  4447.  
  4448.  
  4449. extra lines to force gedit to show
  4450. the line numbers correctly
  4451.  
  4452.  
  4453.  
  4454.  
  4455.  
  4456.  
  4457.  
  4458.  
  4459.  
  4460.  
  4461. extra lines to force gedit to show
  4462. the line numbers correctly
  4463.  
  4464.  
  4465.  
  4466.  
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472. extra lines to force gedit to show
  4473. the line numbers correctly
  4474. extra lines to force gedit to show
  4475. the line numbers correctly
  4476.  
  4477.  
  4478.  
  4479.  
  4480.  
  4481.  
  4482.  
  4483.  
  4484.  
  4485.  
  4486. extra lines to force gedit to show
  4487. the line numbers correctly
  4488.  
  4489.  
  4490.  
  4491.  
  4492.  
  4493.  
  4494.  
  4495.  
  4496.  
  4497.  
  4498. extra lines to force gedit to show
  4499. the line numbers correctly
  4500.  
  4501.  
  4502.  
  4503.  
  4504.  
  4505.  
  4506.  
  4507.  
  4508.  
  4509.  
  4510. extra lines to force gedit to show
  4511. the line numbers correctly
  4512.  
  4513.  
  4514.  
  4515.  
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521.  
  4522. extra lines to force gedit to show
  4523. the line numbers correctly
  4524.  
  4525.  
  4526.  
  4527.  
  4528.  
  4529.  
  4530.  
  4531.  
  4532.  
  4533.  
  4534. extra lines to force gedit to show
  4535. the line numbers correctly
  4536.  
  4537.  
  4538.  
  4539.  
  4540.  
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546. extra lines to force gedit to show
  4547. the line numbers correctly
  4548.  
  4549.  
  4550.  
  4551.  
  4552.  
  4553.  
  4554.  
  4555.  
  4556.  
  4557.  
  4558. extra lines to force gedit to show
  4559. the line numbers correctly
  4560.  
  4561.  
  4562.  
  4563.  
  4564.  
  4565.  
  4566.  
  4567.  
  4568.  
  4569.  
  4570. extra lines to force gedit to show
  4571. the line numbers correctly
  4572.  
  4573.  
  4574.  
  4575.  
  4576.  
  4577.  
  4578.  
  4579.  
  4580.  
  4581. extra lines to force gedit to show
  4582. the line numbers correctly extra lines to force gedit to show
  4583. the line numbers correctly
  4584.  
  4585.  
  4586.  
  4587.  
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593.  
  4594. extra lines to force gedit to show
  4595. the line numbers correctly
  4596.  
  4597.  
  4598.  
  4599.  
  4600.  
  4601.  
  4602.  
  4603.  
  4604.  
  4605.  
  4606. extra lines to force gedit to show
  4607. the line numbers correctly
  4608.  
  4609.  
  4610.  
  4611.  
  4612.  
  4613.  
  4614.  
  4615.  
  4616.  
  4617.  
  4618. extra lines to force gedit to show
  4619. the line numbers correctly
  4620.  
  4621.  
  4622.  
  4623.  
  4624.  
  4625.  
  4626.  
  4627.  
  4628.  
  4629.  
  4630. extra lines to force gedit to show
  4631. the line numbers correctly
  4632.  
  4633.  
  4634.  
  4635.  
  4636.  
  4637.  
  4638.  
  4639.  
  4640.  
  4641.  
  4642. extra lines to force gedit to show
  4643. the line numbers correctly
  4644.  
  4645.  
  4646.  
  4647.  
  4648.  
  4649.  
  4650.  
  4651.  
  4652.  
  4653.  
  4654. extra lines to force gedit to show
  4655. the line numbers correctly
  4656.  
  4657.  
  4658.  
  4659.  
  4660.  
  4661.  
  4662.  
  4663.  
  4664.  
  4665.  
  4666. extra lines to force gedit to show
  4667. the line numbers correctly
  4668.  
  4669.  
  4670.  
  4671.  
  4672.  
  4673.  
  4674.  
  4675.  
  4676.  
  4677.  
  4678. extra lines to force gedit to show
  4679. the line numbers correctly
  4680.  
  4681.  
  4682.  
  4683.  
  4684.  
  4685.  
  4686.  
  4687.  
  4688.  
  4689. extra lines to force gedit to show
  4690. the line numbers correctly
  4691.  
  4692.  
  4693.  
  4694.  
  4695.  
  4696.  
  4697.  
  4698.  
  4699.  
  4700. extra lines to force gedit to show
  4701. the line numbers correctly
  4702.  
  4703.  
  4704.  
  4705.  
  4706.  
  4707.  
  4708.  
  4709.  
  4710.  
  4711.  
  4712. extra lines to force gedit to show
  4713. the line numbers correctly
  4714.  
  4715.  
  4716.  
  4717.  
  4718.  
  4719.  
  4720.  
  4721.  
  4722.  
  4723.  
  4724. extra lines to force gedit to show
  4725. the line numbers correctly
  4726.  
  4727.  
  4728.  
  4729.  
  4730.  
  4731.  
  4732.  
  4733.  
  4734.  
  4735.  
  4736. extra lines to force gedit to show
  4737. the line numbers correctly
  4738.  
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.  
  4745.  
  4746.  
  4747.  
  4748. extra lines to force gedit to show
  4749. the line numbers correctly
  4750.  
  4751.  
  4752.  
  4753.  
  4754.  
  4755.  
  4756.  
  4757.  
  4758.  
  4759.  
  4760. extra lines to force gedit to show
  4761. the line numbers correctly
  4762.  
  4763.  
  4764.  
  4765.  
  4766.  
  4767.  
  4768.  
  4769.  
  4770.  
  4771.  
  4772. extra lines to force gedit to show
  4773. the line numbers correctly
  4774.  
  4775.  
  4776.  
  4777.  
  4778.  
  4779.  
  4780.  
  4781.  
  4782.  
  4783.  
  4784. extra lines to force gedit to show
  4785. the line numbers correctly
  4786.  
  4787.  
  4788.  
  4789.  
  4790.  
  4791.  
  4792.  
  4793.  
  4794.  
  4795.  
  4796. extra lines to force gedit to show
  4797. the line numbers correctly
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.  
  4805.  
  4806.  
  4807. extra lines to force gedit to show
  4808. the line numbers correctly
  4809. extra lines to force gedit to show
  4810. the line numbers correctly
  4811.  
  4812.  
  4813.  
  4814.  
  4815.  
  4816.  
  4817.  
  4818.  
  4819.  
  4820.  
  4821. extra lines to force gedit to show
  4822. the line numbers correctly
  4823.  
  4824.  
  4825.  
  4826.  
  4827.  
  4828.  
  4829.  
  4830.  
  4831.  
  4832.  
  4833. extra lines to force gedit to show
  4834. the line numbers correctly
  4835.  
  4836.  
  4837.  
  4838.  
  4839.  
  4840.  
  4841.  
  4842.  
  4843.  
  4844.  
  4845. extra lines to force gedit to show
  4846. the line numbers correctly
  4847.  
  4848.  
  4849.  
  4850.  
  4851.  
  4852.  
  4853.  
  4854.  
  4855.  
  4856.  
  4857. extra lines to force gedit to show
  4858. the line numbers correctly
  4859.  
  4860.  
  4861.  
  4862.  
  4863.  
  4864.  
  4865.  
  4866.  
  4867.  
  4868.  
  4869. extra lines to force gedit to show
  4870. the line numbers correctly
  4871.  
  4872.  
  4873.  
  4874.  
  4875.  
  4876.  
  4877.  
  4878.  
  4879.  
  4880.  
  4881. extra lines to force gedit to show
  4882. the line numbers correctly
  4883.  
  4884.  
  4885.  
  4886.  
  4887.  
  4888.  
  4889.  
  4890.  
  4891.  
  4892.  
  4893. extra lines to force gedit to show
  4894. the line numbers correctly
  4895.  
  4896.  
  4897.  
  4898.  
  4899.  
  4900.  
  4901.  
  4902.  
  4903.  
  4904.  
  4905. extra lines to force gedit to show
  4906. the line numbers correctly
  4907.  
  4908.  
  4909.  
  4910.  
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916. extra lines to force gedit to show
  4917. the line numbers correctly extra lines to force gedit to show
  4918. the line numbers correctly
  4919.  
  4920.  
  4921.  
  4922.  
  4923.  
  4924.  
  4925.  
  4926.  
  4927.  
  4928.  
  4929. extra lines to force gedit to show
  4930. the line numbers correctly
  4931.  
  4932.  
  4933.  
  4934.  
  4935.  
  4936.  
  4937.  
  4938.  
  4939.  
  4940.  
  4941. extra lines to force gedit to show
  4942. the line numbers correctly
  4943.  
  4944.  
  4945.  
  4946.  
  4947.  
  4948.  
  4949.  
  4950.  
  4951.  
  4952.  
  4953. extra lines to force gedit to show
  4954. the line numbers correctly
  4955.  
  4956.  
  4957.  
  4958.  
  4959.  
  4960.  
  4961.  
  4962.  
  4963.  
  4964.  
  4965. extra lines to force gedit to show
  4966. the line numbers correctly
  4967.  
  4968.  
  4969.  
  4970.  
  4971.  
  4972.  
  4973.  
  4974.  
  4975.  
  4976.  
  4977. extra lines to force gedit to show
  4978. the line numbers correctly
  4979.  
  4980.  
  4981.  
  4982.  
  4983.  
  4984.  
  4985.  
  4986.  
  4987.  
  4988.  
  4989. extra lines to force gedit to show
  4990. the line numbers correctly
  4991.  
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001. extra lines to force gedit to show
  5002. the line numbers correctly
  5003.  
  5004.  
  5005.  
  5006.  
  5007.  
  5008.  
  5009.  
  5010.  
  5011.  
  5012.  
  5013. extra lines to force gedit to show
  5014. the line numbers correctly
  5015.  
  5016.  
  5017.  
  5018.  
  5019.  
  5020.  
  5021.  
  5022.  
  5023.  
  5024. extra lines to force gedit to show
  5025. the line numbers correctly
  5026.  
  5027.  
  5028.  
  5029.  
  5030.  
  5031.  
  5032.  
  5033.  
  5034.  
  5035. extra lines to force gedit to show
  5036. the line numbers correctly
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042.  
  5043.  
  5044.  
  5045.  
  5046.  
  5047. extra lines to force gedit to show
  5048. the line numbers correctly
  5049.  
  5050.  
  5051.  
  5052.  
  5053.  
  5054.  
  5055.  
  5056.  
  5057.  
  5058.  
  5059. extra lines to force gedit to show
  5060. the line numbers correctly
  5061.  
  5062.  
  5063.  
  5064.  
  5065.  
  5066.  
  5067.  
  5068.  
  5069.  
  5070.  
  5071. extra lines to force gedit to show
  5072. the line numbers correctly
  5073.  
  5074.  
  5075.  
  5076.  
  5077.  
  5078.  
  5079.  
  5080.  
  5081.  
  5082.  
  5083. extra lines to force gedit to show
  5084. the line numbers correctly
  5085.  
  5086.  
  5087.  
  5088.  
  5089.  
  5090.  
  5091.  
  5092.  
  5093.  
  5094.  
  5095. extra lines to force gedit to show
  5096. the line numbers correctly
  5097.  
  5098.  
  5099.  
  5100.  
  5101.  
  5102.  
  5103.  
  5104.  
  5105.  
  5106.  
  5107. extra lines to force gedit to show
  5108. the line numbers correctly
  5109.  
  5110.  
  5111.  
  5112.  
  5113.  
  5114.  
  5115.  
  5116.  
  5117.  
  5118.  
  5119. extra lines to force gedit to show
  5120. the line numbers correctly
  5121.  
  5122.  
  5123.  
  5124.  
  5125.  
  5126.  
  5127.  
  5128.  
  5129.  
  5130.  
  5131. extra lines to force gedit to show
  5132. the line numbers correctly
  5133.  
  5134.  
  5135.  
  5136.  
  5137.  
  5138.  
  5139.  
  5140.  
  5141.  
  5142. extra lines to force gedit to show
  5143. the line numbers correctly
  5144. extra lines to force gedit to show
  5145. the line numbers correctly
  5146.  
  5147.  
  5148.  
  5149.  
  5150.  
  5151.  
  5152.  
  5153.  
  5154.  
  5155.  
  5156. extra lines to force gedit to show
  5157. the line numbers correctly
  5158.  
  5159.  
  5160.  
  5161.  
  5162.  
  5163.  
  5164.  
  5165.  
  5166.  
  5167.  
  5168. extra lines to force gedit to show
  5169. the line numbers correctly
  5170.  
  5171.  
  5172.  
  5173.  
  5174.  
  5175.  
  5176.  
  5177.  
  5178.  
  5179.  
  5180. extra lines to force gedit to show
  5181. the line numbers correctly
  5182.  
  5183.  
  5184.  
  5185.  
  5186.  
  5187.  
  5188.  
  5189.  
  5190.  
  5191.  
  5192. extra lines to force gedit to show
  5193. the line numbers correctly
  5194.  
  5195.  
  5196.  
  5197.  
  5198.  
  5199.  
  5200.  
  5201.  
  5202.  
  5203.  
  5204. extra lines to force gedit to show
  5205. the line numbers correctly
  5206.  
  5207.  
  5208.  
  5209.  
  5210.  
  5211.  
  5212.  
  5213.  
  5214.  
  5215.  
  5216. extra lines to force gedit to show
  5217. the line numbers correctly
  5218.  
  5219.  
  5220.  
  5221.  
  5222.  
  5223.  
  5224.  
  5225.  
  5226.  
  5227.  
  5228. extra lines to force gedit to show
  5229. the line numbers correctly
  5230.  
  5231.  
  5232.  
  5233.  
  5234.  
  5235.  
  5236.  
  5237.  
  5238.  
  5239.  
  5240. extra lines to force gedit to show
  5241. the line numbers correctly
  5242.  
  5243.  
  5244.  
  5245.  
  5246.  
  5247.  
  5248.  
  5249.  
  5250.  
  5251. extra lines to force gedit to show
  5252. the line numbers correctly extra lines to force gedit to show
  5253. the line numbers correctly
  5254.  
  5255.  
  5256.  
  5257.  
  5258.  
  5259.  
  5260.  
  5261.  
  5262.  
  5263.  
  5264. extra lines to force gedit to show
  5265. the line numbers correctly
  5266.  
  5267.  
  5268.  
  5269.  
  5270.  
  5271.  
  5272.  
  5273.  
  5274.  
  5275.  
  5276. extra lines to force gedit to show
  5277. the line numbers correctly
  5278.  
  5279.  
  5280.  
  5281.  
  5282.  
  5283.  
  5284.  
  5285.  
  5286.  
  5287.  
  5288. extra lines to force gedit to show
  5289. the line numbers correctly
  5290.  
  5291.  
  5292.  
  5293.  
  5294.  
  5295.  
  5296.  
  5297.  
  5298.  
  5299.  
  5300. extra lines to force gedit to show
  5301. the line numbers correctly
  5302.  
  5303.  
  5304.  
  5305.  
  5306.  
  5307.  
  5308.  
  5309.  
  5310.  
  5311.  
  5312. extra lines to force gedit to show
  5313. the line numbers correctly
  5314.  
  5315.  
  5316.  
  5317.  
  5318.  
  5319.  
  5320.  
  5321.  
  5322.  
  5323.  
  5324. extra lines to force gedit to show
  5325. the line numbers correctly
  5326.  
  5327.  
  5328.  
  5329.  
  5330.  
  5331.  
  5332.  
  5333.  
  5334.  
  5335.  
  5336. extra lines to force gedit to show
  5337. the line numbers correctly
  5338.  
  5339.  
  5340.  
  5341.  
  5342.  
  5343.  
  5344.  
  5345.  
  5346.  
  5347.  
  5348. extra lines to force gedit to show
  5349. the line numbers correctly
  5350.  
  5351.  
  5352.  
  5353.  
  5354.  
  5355.  
  5356.  
  5357.  
  5358.  
  5359. extra lines to force gedit to show
  5360. the line numbers correctly
  5361.  
  5362.  
  5363.  
  5364.  
  5365.  
  5366.  
  5367.  
  5368.  
  5369.  
  5370. extra lines to force gedit to show
  5371. the line numbers correctly
  5372.  
  5373.  
  5374.  
  5375.  
  5376.  
  5377.  
  5378.  
  5379.  
  5380.  
  5381.  
  5382. extra lines to force gedit to show
  5383. the line numbers correctly
  5384.  
  5385.  
  5386.  
  5387.  
  5388.  
  5389.  
  5390.  
  5391.  
  5392.  
  5393.  
  5394. extra lines to force gedit to show
  5395. the line numbers correctly
  5396.  
  5397.  
  5398.  
  5399.  
  5400.  
  5401.  
  5402.  
  5403.  
  5404.  
  5405.  
  5406. extra lines to force gedit to show
  5407. the line numbers correctly
  5408.  
  5409.  
  5410.  
  5411.  
  5412.  
  5413.  
  5414.  
  5415.  
  5416.  
  5417.  
  5418. extra lines to force gedit to show
  5419. the line numbers correctly
  5420.  
  5421.  
  5422.  
  5423.  
  5424.  
  5425.  
  5426.  
  5427.  
  5428.  
  5429.  
  5430. extra lines to force gedit to show
  5431. the line numbers correctly
  5432.  
  5433.  
  5434.  
  5435.  
  5436.  
  5437.  
  5438.  
  5439.  
  5440.  
  5441.  
  5442. extra lines to force gedit to show
  5443. the line numbers correctly
  5444.  
  5445.  
  5446.  
  5447.  
  5448.  
  5449.  
  5450.  
  5451.  
  5452.  
  5453.  
  5454. extra lines to force gedit to show
  5455. the line numbers correctly
  5456.  
  5457.  
  5458.  
  5459.  
  5460.  
  5461.  
  5462.  
  5463.  
  5464.  
  5465.  
  5466. extra lines to force gedit to show
  5467. the line numbers correctly
  5468.  
  5469.  
  5470.  
  5471.  
  5472.  
  5473.  
  5474.  
  5475.  
  5476.  
  5477. extra lines to force gedit to show
  5478. the line numbers correctly
  5479. extra lines to force gedit to show
  5480. the line numbers correctly
  5481.  
  5482.  
  5483.  
  5484.  
  5485.  
  5486.  
  5487.  
  5488.  
  5489.  
  5490.  
  5491. extra lines to force gedit to show
  5492. the line numbers correctly
  5493.  
  5494.  
  5495.  
  5496.  
  5497.  
  5498.  
  5499.  
  5500.  
  5501.  
  5502.  
  5503. extra lines to force gedit to show
  5504. the line numbers correctly
  5505.  
  5506.  
  5507.  
  5508.  
  5509.  
  5510.  
  5511.  
  5512.  
  5513.  
  5514.  
  5515. extra lines to force gedit to show
  5516. the line numbers correctly
  5517.  
  5518.  
  5519.  
  5520.  
  5521.  
  5522.  
  5523.  
  5524.  
  5525.  
  5526.  
  5527. extra lines to force gedit to show
  5528. the line numbers correctly
  5529.  
  5530.  
  5531.  
  5532.  
  5533.  
  5534.  
  5535.  
  5536.  
  5537.  
  5538.  
  5539. extra lines to force gedit to show
  5540. the line numbers correctly
  5541.  
  5542.  
  5543.  
  5544.  
  5545.  
  5546.  
  5547.  
  5548.  
  5549.  
  5550.  
  5551. extra lines to force gedit to show
  5552. the line numbers correctly
  5553.  
  5554.  
  5555.  
  5556.  
  5557.  
  5558.  
  5559.  
  5560.  
  5561.  
  5562.  
  5563. extra lines to force gedit to show
  5564. the line numbers correctly
  5565.  
  5566.  
  5567.  
  5568.  
  5569.  
  5570.  
  5571.  
  5572.  
  5573.  
  5574.  
  5575. extra lines to force gedit to show
  5576. the line numbers correctly
  5577.  
  5578.  
  5579.  
  5580.  
  5581.  
  5582.  
  5583.  
  5584.  
  5585.  
  5586. extra lines to force gedit to show
  5587. the line numbers correctly extra lines to force gedit to show
  5588. the line numbers correctly
  5589.  
  5590.  
  5591.  
  5592.  
  5593.  
  5594.  
  5595.  
  5596.  
  5597.  
  5598.  
  5599. extra lines to force gedit to show
  5600. the line numbers correctly
  5601.  
  5602.  
  5603.  
  5604.  
  5605.  
  5606.  
  5607.  
  5608.  
  5609.  
  5610.  
  5611. extra lines to force gedit to show
  5612. the line numbers correctly
  5613.  
  5614.  
  5615.  
  5616.  
  5617.  
  5618.  
  5619.  
  5620.  
  5621.  
  5622.  
  5623. extra lines to force gedit to show
  5624. the line numbers correctly
  5625.  
  5626.  
  5627.  
  5628.  
  5629.  
  5630.  
  5631.  
  5632.  
  5633.  
  5634.  
  5635. extra lines to force gedit to show
  5636. the line numbers correctly
  5637.  
  5638.  
  5639.  
  5640.  
  5641.  
  5642.  
  5643.  
  5644.  
  5645.  
  5646.  
  5647. extra lines to force gedit to show
  5648. the line numbers correctly
  5649.  
  5650.  
  5651.  
  5652.  
  5653.  
  5654.  
  5655.  
  5656.  
  5657.  
  5658.  
  5659. extra lines to force gedit to show
  5660. the line numbers correctly
  5661.  
  5662.  
  5663.  
  5664.  
  5665.  
  5666.  
  5667.  
  5668.  
  5669.  
  5670.  
  5671. extra lines to force gedit to show
  5672. the line numbers correctly
  5673.  
  5674.  
  5675.  
  5676.  
  5677.  
  5678.  
  5679.  
  5680.  
  5681.  
  5682.  
  5683. extra lines to force gedit to show
  5684. the line numbers correctly
  5685.  
  5686.  
  5687.  
  5688.  
  5689.  
  5690.  
  5691.  
  5692.  
  5693.  
  5694. extra lines to force gedit to show
  5695. the line numbers correctly
  5696.  
  5697.  
  5698.  
  5699.  
  5700.  
  5701.  
  5702.  
  5703.  
  5704.  
  5705. extra lines to force gedit to show
  5706. the line numbers correctly
  5707.  
  5708.  
  5709.  
  5710.  
  5711.  
  5712.  
  5713.  
  5714.  
  5715.  
  5716.  
  5717. extra lines to force gedit to show
  5718. the line numbers correctly
  5719.  
  5720.  
  5721.  
  5722.  
  5723.  
  5724.  
  5725.  
  5726.  
  5727.  
  5728.  
  5729. extra lines to force gedit to show
  5730. the line numbers correctly
  5731.  
  5732.  
  5733.  
  5734.  
  5735.  
  5736.  
  5737.  
  5738.  
  5739.  
  5740.  
  5741. extra lines to force gedit to show
  5742. the line numbers correctly
  5743.  
  5744.  
  5745.  
  5746.  
  5747.  
  5748.  
  5749.  
  5750.  
  5751.  
  5752.  
  5753. extra lines to force gedit to show
  5754. the line numbers correctly
  5755.  
  5756.  
  5757.  
  5758.  
  5759.  
  5760.  
  5761.  
  5762.  
  5763.  
  5764.  
  5765. extra lines to force gedit to show
  5766. the line numbers correctly
  5767.  
  5768.  
  5769.  
  5770.  
  5771.  
  5772.  
  5773.  
  5774.  
  5775.  
  5776.  
  5777. extra lines to force gedit to show
  5778. the line numbers correctly
  5779.  
  5780.  
  5781.  
  5782.  
  5783.  
  5784.  
  5785.  
  5786.  
  5787.  
  5788.  
  5789. extra lines to force gedit to show
  5790. the line numbers correctly
  5791.  
  5792.  
  5793.  
  5794.  
  5795.  
  5796.  
  5797.  
  5798.  
  5799.  
  5800.  
  5801. extra lines to force gedit to show
  5802. the line numbers correctly
  5803.  
  5804.  
  5805.  
  5806.  
  5807.  
  5808.  
  5809.  
  5810.  
  5811.  
  5812. extra lines to force gedit to show
  5813. the line numbers correctly
  5814. extra lines to force gedit to show
  5815. the line numbers correctly
  5816.  
  5817.  
  5818.  
  5819.  
  5820.  
  5821.  
  5822.  
  5823.  
  5824.  
  5825.  
  5826. extra lines to force gedit to show
  5827. the line numbers correctly
  5828.  
  5829.  
  5830.  
  5831.  
  5832.  
  5833.  
  5834.  
  5835.  
  5836.  
  5837.  
  5838. extra lines to force gedit to show
  5839. the line numbers correctly
  5840.  
  5841.  
  5842.  
  5843.  
  5844.  
  5845.  
  5846.  
  5847.  
  5848.  
  5849.  
  5850. extra lines to force gedit to show
  5851. the line numbers correctly
  5852.  
  5853.  
  5854.  
  5855.  
  5856.  
  5857.  
  5858.  
  5859.  
  5860.  
  5861.  
  5862. extra lines to force gedit to show
  5863. the line numbers correctly
  5864.  
  5865.  
  5866.  
  5867.  
  5868.  
  5869.  
  5870.  
  5871.  
  5872.  
  5873.  
  5874. extra lines to force gedit to show
  5875. the line numbers correctly
  5876.  
  5877.  
  5878.  
  5879.  
  5880.  
  5881.  
  5882.  
  5883.  
  5884.  
  5885.  
  5886. extra lines to force gedit to show
  5887. the line numbers correctly
  5888.  
  5889.  
  5890.  
  5891.  
  5892.  
  5893.  
  5894.  
  5895.  
  5896.  
  5897.  
  5898. extra lines to force gedit to show
  5899. the line numbers correctly
  5900.  
  5901.  
  5902.  
  5903.  
  5904.  
  5905.  
  5906.  
  5907.  
  5908.  
  5909.  
  5910. extra lines to force gedit to show
  5911. the line numbers correctly
  5912.  
  5913.  
  5914.  
  5915.  
  5916.  
  5917.  
  5918.  
  5919.  
  5920.  
  5921. extra lines to force gedit to show
  5922. the line numbers correctly extra lines to force gedit to show
  5923. the line numbers correctly
  5924.  
  5925.  
  5926.  
  5927.  
  5928.  
  5929.  
  5930.  
  5931.  
  5932.  
  5933.  
  5934. extra lines to force gedit to show
  5935. the line numbers correctly
  5936.  
  5937.  
  5938.  
  5939.  
  5940.  
  5941.  
  5942.  
  5943.  
  5944.  
  5945.  
  5946. extra lines to force gedit to show
  5947. the line numbers correctly
  5948.  
  5949.  
  5950.  
  5951.  
  5952.  
  5953.  
  5954.  
  5955.  
  5956.  
  5957.  
  5958. extra lines to force gedit to show
  5959. the line numbers correctly
  5960.  
  5961.  
  5962.  
  5963.  
  5964.  
  5965.  
  5966.  
  5967.  
  5968.  
  5969.  
  5970. extra lines to force gedit to show
  5971. the line numbers correctly
  5972.  
  5973.  
  5974.  
  5975.  
  5976.  
  5977.  
  5978.  
  5979.  
  5980.  
  5981.  
  5982. extra lines to force gedit to show
  5983. the line numbers correctly
  5984.  
  5985.  
  5986.  
  5987.  
  5988.  
  5989.  
  5990.  
  5991.  
  5992.  
  5993.  
  5994. extra lines to force gedit to show
  5995. the line numbers correctly
  5996.  
  5997.  
  5998.  
  5999.  
  6000.  
  6001.  
  6002.  
  6003.  
  6004.  
  6005.  
  6006. extra lines to force gedit to show
  6007. the line numbers correctly
  6008.  
  6009.  
  6010.  
  6011.  
  6012.  
  6013.  
  6014.  
  6015.  
  6016.  
  6017.  
  6018. extra lines to force gedit to show
  6019. the line numbers correctly
  6020.  
  6021.  
  6022.  
  6023.  
  6024.  
  6025.  
  6026.  
  6027.  
  6028.  
  6029. extra lines to force gedit to show
  6030. the line numbers correctly
  6031.  
  6032.  
  6033.  
  6034.  
  6035.  
  6036.  
  6037.  
  6038.  
  6039.  
  6040. extra lines to force gedit to show
  6041. the line numbers correctly
  6042.  
  6043.  
  6044.  
  6045.  
  6046.  
  6047.  
  6048.  
  6049.  
  6050.  
  6051.  
  6052. extra lines to force gedit to show
  6053. the line numbers correctly
  6054.  
  6055.  
  6056.  
  6057.  
  6058.  
  6059.  
  6060.  
  6061.  
  6062.  
  6063.  
  6064. extra lines to force gedit to show
  6065. the line numbers correctly
  6066.  
  6067.  
  6068.  
  6069.  
  6070.  
  6071.  
  6072.  
  6073.  
  6074.  
  6075.  
  6076. extra lines to force gedit to show
  6077. the line numbers correctly
  6078.  
  6079.  
  6080.  
  6081.  
  6082.  
  6083.  
  6084.  
  6085.  
  6086.  
  6087.  
  6088. extra lines to force gedit to show
  6089. the line numbers correctly
  6090.  
  6091.  
  6092.  
  6093.  
  6094.  
  6095.  
  6096.  
  6097.  
  6098.  
  6099.  
  6100. extra lines to force gedit to show
  6101. the line numbers correctly
  6102.  
  6103.  
  6104.  
  6105.  
  6106.  
  6107.  
  6108.  
  6109.  
  6110.  
  6111.  
  6112. extra lines to force gedit to show
  6113. the line numbers correctly
  6114.  
  6115.  
  6116.  
  6117.  
  6118.  
  6119.  
  6120.  
  6121.  
  6122.  
  6123.  
  6124. extra lines to force gedit to show
  6125. the line numbers correctly
  6126.  
  6127.  
  6128.  
  6129.  
  6130.  
  6131.  
  6132.  
  6133.  
  6134.  
  6135.  
  6136. extra lines to force gedit to show
  6137. the line numbers correctly
  6138.  
  6139.  
  6140.  
  6141.  
  6142.  
  6143.  
  6144.  
  6145.  
  6146.  
  6147. extra lines to force gedit to show
  6148. the line numbers correctly
  6149. extra lines to force gedit to show
  6150. the line numbers correctly
  6151.  
  6152.  
  6153.  
  6154.  
  6155.  
  6156.  
  6157.  
  6158.  
  6159.  
  6160.  
  6161. extra lines to force gedit to show
  6162. the line numbers correctly
  6163.  
  6164.  
  6165.  
  6166.  
  6167.  
  6168.  
  6169.  
  6170.  
  6171.  
  6172.  
  6173. extra lines to force gedit to show
  6174. the line numbers correctly
  6175.  
  6176.  
  6177.  
  6178.  
  6179.  
  6180.  
  6181.  
  6182.  
  6183.  
  6184.  
  6185. extra lines to force gedit to show
  6186. the line numbers correctly
  6187.  
  6188.  
  6189.  
  6190.  
  6191.  
  6192.  
  6193.  
  6194.  
  6195.  
  6196.  
  6197. extra lines to force gedit to show
  6198. the line numbers correctly
  6199.  
  6200.  
  6201.  
  6202.  
  6203.  
  6204.  
  6205.  
  6206.  
  6207.  
  6208.  
  6209. extra lines to force gedit to show
  6210. the line numbers correctly
  6211.  
  6212.  
  6213.  
  6214.  
  6215.  
  6216.  
  6217.  
  6218.  
  6219.  
  6220.  
  6221. extra lines to force gedit to show
  6222. the line numbers correctly
  6223.  
  6224.  
  6225.  
  6226.  
  6227.  
  6228.  
  6229.  
  6230.  
  6231.  
  6232.  
  6233. extra lines to force gedit to show
  6234. the line numbers correctly
  6235.  
  6236.  
  6237.  
  6238.  
  6239.  
  6240.  
  6241.  
  6242.  
  6243.  
  6244.  
  6245. extra lines to force gedit to show
  6246. the line numbers correctly
  6247.  
  6248.  
  6249.  
  6250.  
  6251.  
  6252.  
  6253.  
  6254.  
  6255.  
  6256. extra lines to force gedit to show
  6257. the line numbers correctly extra lines to force gedit to show
  6258. the line numbers correctly
  6259.  
  6260.  
  6261.  
  6262.  
  6263.  
  6264.  
  6265.  
  6266.  
  6267.  
  6268.  
  6269. extra lines to force gedit to show
  6270. the line numbers correctly
  6271.  
  6272.  
  6273.  
  6274.  
  6275.  
  6276.  
  6277.  
  6278.  
  6279.  
  6280.  
  6281. extra lines to force gedit to show
  6282. the line numbers correctly
  6283.  
  6284.  
  6285.  
  6286.  
  6287.  
  6288.  
  6289.  
  6290.  
  6291.  
  6292.  
  6293. extra lines to force gedit to show
  6294. the line numbers correctly
  6295.  
  6296.  
  6297.  
  6298.  
  6299.  
  6300.  
  6301.  
  6302.  
  6303.  
  6304.  
  6305. extra lines to force gedit to show
  6306. the line numbers correctly
  6307.  
  6308.  
  6309.  
  6310.  
  6311.  
  6312.  
  6313.  
  6314.  
  6315.  
  6316.  
  6317. extra lines to force gedit to show
  6318. the line numbers correctly
  6319.  
  6320.  
  6321.  
  6322.  
  6323.  
  6324.  
  6325.  
  6326.  
  6327.  
  6328.  
  6329. extra lines to force gedit to show
  6330. the line numbers correctly
  6331.  
  6332.  
  6333.  
  6334.  
  6335.  
  6336.  
  6337.  
  6338.  
  6339.  
  6340.  
  6341. extra lines to force gedit to show
  6342. the line numbers correctly
  6343.  
  6344.  
  6345.  
  6346.  
  6347.  
  6348.  
  6349.  
  6350.  
  6351.  
  6352.  
  6353. extra lines to force gedit to show
  6354. the line numbers correctly
  6355.  
  6356.  
  6357.  
  6358.  
  6359.  
  6360.  
  6361.  
  6362.  
  6363.  
  6364. extra lines to force gedit to show
  6365. the line numbers correctly
  6366.  
  6367.  
  6368.  
  6369.  
  6370.  
  6371.  
  6372.  
  6373.  
  6374.  
  6375. extra lines to force gedit to show
  6376. the line numbers correctly
  6377.  
  6378.  
  6379.  
  6380.  
  6381.  
  6382.  
  6383.  
  6384.  
  6385.  
  6386.  
  6387. extra lines to force gedit to show
  6388. the line numbers correctly
  6389.  
  6390.  
  6391.  
  6392.  
  6393.  
  6394.  
  6395.  
  6396.  
  6397.  
  6398.  
  6399. extra lines to force gedit to show
  6400. the line numbers correctly
  6401.  
  6402.  
  6403.  
  6404.  
  6405.  
  6406.  
  6407.  
  6408.  
  6409.  
  6410.  
  6411. extra lines to force gedit to show
  6412. the line numbers correctly
  6413.  
  6414.  
  6415.  
  6416.  
  6417.  
  6418.  
  6419.  
  6420.  
  6421.  
  6422.  
  6423. extra lines to force gedit to show
  6424. the line numbers correctly
  6425.  
  6426.  
  6427.  
  6428.  
  6429.  
  6430.  
  6431.  
  6432.  
  6433.  
  6434.  
  6435. extra lines to force gedit to show
  6436. the line numbers correctly
  6437.  
  6438.  
  6439.  
  6440.  
  6441.  
  6442.  
  6443.  
  6444.  
  6445.  
  6446.  
  6447. extra lines to force gedit to show
  6448. the line numbers correctly
  6449.  
  6450.  
  6451.  
  6452.  
  6453.  
  6454.  
  6455.  
  6456.  
  6457.  
  6458.  
  6459. extra lines to force gedit to show
  6460. the line numbers correctly
  6461.  
  6462.  
  6463.  
  6464.  
  6465.  
  6466.  
  6467.  
  6468.  
  6469.  
  6470.  
  6471. extra lines to force gedit to show
  6472. the line numbers correctly
  6473.  
  6474.  
  6475.  
  6476.  
  6477.  
  6478.  
  6479.  
  6480.  
  6481.  
  6482. extra lines to force gedit to show
  6483. the line numbers correctly
  6484. extra lines to force gedit to show
  6485. the line numbers correctly
  6486.  
  6487.  
  6488.  
  6489.  
  6490.  
  6491.  
  6492.  
  6493.  
  6494.  
  6495.  
  6496. extra lines to force gedit to show
  6497. the line numbers correctly
  6498.  
  6499.  
  6500.  
  6501.  
  6502.  
  6503.  
  6504.  
  6505.  
  6506.  
  6507.  
  6508. extra lines to force gedit to show
  6509. the line numbers correctly
  6510.  
  6511.  
  6512.  
  6513.  
  6514.  
  6515.  
  6516.  
  6517.  
  6518.  
  6519.  
  6520. extra lines to force gedit to show
  6521. the line numbers correctly
  6522.  
  6523.  
  6524.  
  6525.  
  6526.  
  6527.  
  6528.  
  6529.  
  6530.  
  6531.  
  6532. extra lines to force gedit to show
  6533. the line numbers correctly
  6534.  
  6535.  
  6536.  
  6537.  
  6538.  
  6539.  
  6540.  
  6541.  
  6542.  
  6543.  
  6544. extra lines to force gedit to show
  6545. the line numbers correctly
  6546.  
  6547.  
  6548.  
  6549.  
  6550.  
  6551.  
  6552.  
  6553.  
  6554.  
  6555.  
  6556. extra lines to force gedit to show
  6557. the line numbers correctly
  6558.  
  6559.  
  6560.  
  6561.  
  6562.  
  6563.  
  6564.  
  6565.  
  6566.  
  6567.  
  6568. extra lines to force gedit to show
  6569. the line numbers correctly
  6570.  
  6571.  
  6572.  
  6573.  
  6574.  
  6575.  
  6576.  
  6577.  
  6578.  
  6579.  
  6580. extra lines to force gedit to show
  6581. the line numbers correctly
  6582.  
  6583.  
  6584.  
  6585.  
  6586.  
  6587.  
  6588.  
  6589.  
  6590.  
  6591. extra lines to force gedit to show
  6592. the line numbers correctly extra lines to force gedit to show
  6593. the line numbers correctly
  6594.  
  6595.  
  6596.  
  6597.  
  6598.  
  6599.  
  6600.  
  6601.  
  6602.  
  6603.  
  6604. extra lines to force gedit to show
  6605. the line numbers correctly
  6606.  
  6607.  
  6608.  
  6609.  
  6610.  
  6611.  
  6612.  
  6613.  
  6614.  
  6615.  
  6616. extra lines to force gedit to show
  6617. the line numbers correctly
  6618.  
  6619.  
  6620.  
  6621.  
  6622.  
  6623.  
  6624.  
  6625.  
  6626.  
  6627.  
  6628. extra lines to force gedit to show
  6629. the line numbers correctly
  6630.  
  6631.  
  6632.  
  6633.  
  6634.  
  6635.  
  6636.  
  6637.  
  6638.  
  6639.  
  6640. extra lines to force gedit to show
  6641. the line numbers correctly
  6642.  
  6643.  
  6644.  
  6645.  
  6646.  
  6647.  
  6648.  
  6649.  
  6650.  
  6651.  
  6652. extra lines to force gedit to show
  6653. the line numbers correctly
  6654.  
  6655.  
  6656.  
  6657.  
  6658.  
  6659.  
  6660.  
  6661.  
  6662.  
  6663.  
  6664. extra lines to force gedit to show
  6665. the line numbers correctly
  6666.  
  6667.  
  6668.  
  6669.  
  6670.  
  6671.  
  6672.  
  6673.  
  6674.  
  6675.  
  6676. extra lines to force gedit to show
  6677. the line numbers correctly
  6678.  
  6679.  
  6680.  
  6681.  
  6682.  
  6683.  
  6684.  
  6685.  
  6686.  
  6687.  
  6688. extra lines to force gedit to show
  6689. the line numbers correctly
  6690.  
  6691.  
  6692.  
  6693.  
  6694.  
  6695.  
  6696.  
  6697.  
  6698.  
  6699. extra lines to force gedit to show
  6700. the line numbers correctly
  6701.  
  6702.  
  6703.  
  6704.  
  6705.  
  6706.  
  6707.  
  6708.  
  6709.  
  6710. extra lines to force gedit to show
  6711. the line numbers correctly
  6712.  
  6713.  
  6714.  
  6715.  
  6716.  
  6717.  
  6718.  
  6719.  
  6720.  
  6721.  
  6722. extra lines to force gedit to show
  6723. the line numbers correctly
  6724.  
  6725.  
  6726.  
  6727.  
  6728.  
  6729.  
  6730.  
  6731.  
  6732.  
  6733.  
  6734. extra lines to force gedit to show
  6735. the line numbers correctly
  6736.  
  6737.  
  6738.  
  6739.  
  6740.  
  6741.  
  6742.  
  6743.  
  6744.  
  6745.  
  6746. extra lines to force gedit to show
  6747. the line numbers correctly
  6748.  
  6749.  
  6750.  
  6751.  
  6752.  
  6753.  
  6754.  
  6755.  
  6756.  
  6757.  
  6758. extra lines to force gedit to show
  6759. the line numbers correctly
  6760.  
  6761.  
  6762.  
  6763.  
  6764.  
  6765.  
  6766.  
  6767.  
  6768.  
  6769.  
  6770. extra lines to force gedit to show
  6771. the line numbers correctly
  6772.  
  6773.  
  6774.  
  6775.  
  6776.  
  6777.  
  6778.  
  6779.  
  6780.  
  6781.  
  6782. extra lines to force gedit to show
  6783. the line numbers correctly
  6784.  
  6785.  
  6786.  
  6787.  
  6788.  
  6789.  
  6790.  
  6791.  
  6792.  
  6793.  
  6794. extra lines to force gedit to show
  6795. the line numbers correctly
  6796.  
  6797.  
  6798.  
  6799.  
  6800.  
  6801.  
  6802.  
  6803.  
  6804.  
  6805.  
  6806. extra lines to force gedit to show
  6807. the line numbers correctly
  6808.  
  6809.  
  6810.  
  6811.  
  6812.  
  6813.  
  6814.  
  6815.  
  6816.  
  6817. extra lines to force gedit to show
  6818. the line numbers correctly
  6819. extra lines to force gedit to show
  6820. the line numbers correctly
  6821.  
  6822.  
  6823.  
  6824.  
  6825.  
  6826.  
  6827.  
  6828.  
  6829.  
  6830.  
  6831. extra lines to force gedit to show
  6832. the line numbers correctly
  6833.  
  6834.  
  6835.  
  6836.  
  6837.  
  6838.  
  6839.  
  6840.  
  6841.  
  6842.  
  6843. extra lines to force gedit to show
  6844. the line numbers correctly
  6845.  
  6846.  
  6847.  
  6848.  
  6849.  
  6850.  
  6851.  
  6852.  
  6853.  
  6854.  
  6855. extra lines to force gedit to show
  6856. the line numbers correctly
  6857.  
  6858.  
  6859.  
  6860.  
  6861.  
  6862.  
  6863.  
  6864.  
  6865.  
  6866.  
  6867. extra lines to force gedit to show
  6868. the line numbers correctly
  6869.  
  6870.  
  6871.  
  6872.  
  6873.  
  6874.  
  6875.  
  6876.  
  6877.  
  6878.  
  6879. extra lines to force gedit to show
  6880. the line numbers correctly
  6881.  
  6882.  
  6883.  
  6884.  
  6885.  
  6886.  
  6887.  
  6888.  
  6889.  
  6890.  
  6891. extra lines to force gedit to show
  6892. the line numbers correctly
  6893.  
  6894.  
  6895.  
  6896.  
  6897.  
  6898.  
  6899.  
  6900.  
  6901.  
  6902.  
  6903. extra lines to force gedit to show
  6904. the line numbers correctly
  6905.  
  6906.  
  6907.  
  6908.  
  6909.  
  6910.  
  6911.  
  6912.  
  6913.  
  6914.  
  6915. extra lines to force gedit to show
  6916. the line numbers correctly
  6917.  
  6918.  
  6919.  
  6920.  
  6921.  
  6922.  
  6923.  
  6924.  
  6925.  
  6926. extra lines to force gedit to show
  6927. the line numbers correctly extra lines to force gedit to show
  6928. the line numbers correctly
  6929.  
  6930.  
  6931.  
  6932.  
  6933.  
  6934.  
  6935.  
  6936.  
  6937.  
  6938.  
  6939. extra lines to force gedit to show
  6940. the line numbers correctly
  6941.  
  6942.  
  6943.  
  6944.  
  6945.  
  6946.  
  6947.  
  6948.  
  6949.  
  6950.  
  6951. extra lines to force gedit to show
  6952. the line numbers correctly
  6953.  
  6954.  
  6955.  
  6956.  
  6957.  
  6958.  
  6959.  
  6960.  
  6961.  
  6962.  
  6963. extra lines to force gedit to show
  6964. the line numbers correctly
  6965.  
  6966.  
  6967.  
  6968.  
  6969.  
  6970.  
  6971.  
  6972.  
  6973.  
  6974.  
  6975. extra lines to force gedit to show
  6976. the line numbers correctly
  6977.  
  6978.  
  6979.  
  6980.  
  6981.  
  6982.  
  6983.  
  6984.  
  6985.  
  6986.  
  6987. extra lines to force gedit to show
  6988. the line numbers correctly
  6989.  
  6990.  
  6991.  
  6992.  
  6993.  
  6994.  
  6995.  
  6996.  
  6997.  
  6998.  
  6999. extra lines to force gedit to show
  7000. the line numbers correctly
  7001.  
  7002.  
  7003.  
  7004.  
  7005.  
  7006.  
  7007.  
  7008.  
  7009.  
  7010.  
  7011. extra lines to force gedit to show
  7012. the line numbers correctly
  7013.  
  7014.  
  7015.  
  7016.  
  7017.  
  7018.  
  7019.  
  7020.  
  7021.  
  7022.  
  7023. extra lines to force gedit to show
  7024. the line numbers correctly
  7025.  
  7026.  
  7027.  
  7028.  
  7029.  
  7030.  
  7031.  
  7032.  
  7033.  
  7034. extra lines to force gedit to show
  7035. the line numbers correctly
  7036.  
  7037.  
  7038.  
  7039.  
  7040.  
  7041.  
  7042.  
  7043.  
  7044.  
  7045. extra lines to force gedit to show
  7046. the line numbers correctly
  7047.  
  7048.  
  7049.  
  7050.  
  7051.  
  7052.  
  7053.  
  7054.  
  7055.  
  7056.  
  7057. extra lines to force gedit to show
  7058. the line numbers correctly
  7059.  
  7060.  
  7061.  
  7062.  
  7063.  
  7064.  
  7065.  
  7066.  
  7067.  
  7068.  
  7069. extra lines to force gedit to show
  7070. the line numbers correctly
  7071.  
  7072.  
  7073.  
  7074.  
  7075.  
  7076.  
  7077.  
  7078.  
  7079.  
  7080.  
  7081. extra lines to force gedit to show
  7082. the line numbers correctly
  7083.  
  7084.  
  7085.  
  7086.  
  7087.  
  7088.  
  7089.  
  7090.  
  7091.  
  7092.  
  7093. extra lines to force gedit to show
  7094. the line numbers correctly
  7095.  
  7096.  
  7097.  
  7098.  
  7099.  
  7100.  
  7101.  
  7102.  
  7103.  
  7104.  
  7105. extra lines to force gedit to show
  7106. the line numbers correctly
  7107.  
  7108.  
  7109.  
  7110.  
  7111.  
  7112.  
  7113.  
  7114.  
  7115.  
  7116.  
  7117. extra lines to force gedit to show
  7118. the line numbers correctly
  7119.  
  7120.  
  7121.  
  7122.  
  7123.  
  7124.  
  7125.  
  7126.  
  7127.  
  7128.  
  7129. extra lines to force gedit to show
  7130. the line numbers correctly
  7131.  
  7132.  
  7133.  
  7134.  
  7135.  
  7136.  
  7137.  
  7138.  
  7139.  
  7140.  
  7141. extra lines to force gedit to show
  7142. the line numbers correctly
  7143.  
  7144.  
  7145.  
  7146.  
  7147.  
  7148.  
  7149.  
  7150.  
  7151.  
  7152. extra lines to force gedit to show
  7153. the line numbers correctly
  7154. extra lines to force gedit to show
  7155. the line numbers correctly
  7156.  
  7157.  
  7158.  
  7159.  
  7160.  
  7161.  
  7162.  
  7163.  
  7164.  
  7165.  
  7166. extra lines to force gedit to show
  7167. the line numbers correctly
  7168.  
  7169.  
  7170.  
  7171.  
  7172.  
  7173.  
  7174.  
  7175.  
  7176.  
  7177.  
  7178. extra lines to force gedit to show
  7179. the line numbers correctly
  7180.  
  7181.  
  7182.  
  7183.  
  7184.  
  7185.  
  7186.  
  7187.  
  7188.  
  7189.  
  7190. extra lines to force gedit to show
  7191. the line numbers correctly
  7192.  
  7193.  
  7194.  
  7195.  
  7196.  
  7197.  
  7198.  
  7199.  
  7200.  
  7201.  
  7202. extra lines to force gedit to show
  7203. the line numbers correctly
  7204.  
  7205.  
  7206.  
  7207.  
  7208.  
  7209.  
  7210.  
  7211.  
  7212.  
  7213.  
  7214. extra lines to force gedit to show
  7215. the line numbers correctly
  7216.  
  7217.  
  7218.  
  7219.  
  7220.  
  7221.  
  7222.  
  7223.  
  7224.  
  7225.  
  7226. extra lines to force gedit to show
  7227. the line numbers correctly
  7228.  
  7229.  
  7230.  
  7231.  
  7232.  
  7233.  
  7234.  
  7235.  
  7236.  
  7237.  
  7238. extra lines to force gedit to show
  7239. the line numbers correctly
  7240.  
  7241.  
  7242.  
  7243.  
  7244.  
  7245.  
  7246.  
  7247.  
  7248.  
  7249.  
  7250. extra lines to force gedit to show
  7251. the line numbers correctly
  7252.  
  7253.  
  7254.  
  7255.  
  7256.  
  7257.  
  7258.  
  7259.  
  7260.  
  7261. extra lines to force gedit to show
  7262. the line numbers correctly extra lines to force gedit to show
  7263. the line numbers correctly
  7264.  
  7265.  
  7266.  
  7267.  
  7268.  
  7269.  
  7270.  
  7271.  
  7272.  
  7273.  
  7274. extra lines to force gedit to show
  7275. the line numbers correctly
  7276.  
  7277.  
  7278.  
  7279.  
  7280.  
  7281.  
  7282.  
  7283.  
  7284.  
  7285.  
  7286. extra lines to force gedit to show
  7287. the line numbers correctly
  7288.  
  7289.  
  7290.  
  7291.  
  7292.  
  7293.  
  7294.  
  7295.  
  7296.  
  7297.  
  7298. extra lines to force gedit to show
  7299. the line numbers correctly
  7300.  
  7301.  
  7302.  
  7303.  
  7304.  
  7305.  
  7306.  
  7307.  
  7308.  
  7309.  
  7310. extra lines to force gedit to show
  7311. the line numbers correctly
  7312.  
  7313.  
  7314.  
  7315.  
  7316.  
  7317.  
  7318.  
  7319.  
  7320.  
  7321.  
  7322. extra lines to force gedit to show
  7323. the line numbers correctly
  7324.  
  7325.  
  7326.  
  7327.  
  7328.  
  7329.  
  7330.  
  7331.  
  7332.  
  7333.  
  7334. extra lines to force gedit to show
  7335. the line numbers correctly
  7336.  
  7337.  
  7338.  
  7339.  
  7340.  
  7341.  
  7342.  
  7343.  
  7344.  
  7345.  
  7346. extra lines to force gedit to show
  7347. the line numbers correctly
  7348.  
  7349.  
  7350.  
  7351.  
  7352.  
  7353.  
  7354.  
  7355.  
  7356.  
  7357.  
  7358. extra lines to force gedit to show
  7359. the line numbers correctly
  7360.  
  7361.  
  7362.  
  7363.  
  7364.  
  7365.  
  7366.  
  7367.  
  7368.  
  7369. extra lines to force gedit to show
  7370. the line numbers correctly
  7371.  
  7372.  
  7373.  
  7374.  
  7375.  
  7376.  
  7377.  
  7378.  
  7379.  
  7380. extra lines to force gedit to show
  7381. the line numbers correctly
  7382.  
  7383.  
  7384.  
  7385.  
  7386.  
  7387.  
  7388.  
  7389.  
  7390.  
  7391.  
  7392. extra lines to force gedit to show
  7393. the line numbers correctly
  7394.  
  7395.  
  7396.  
  7397.  
  7398.  
  7399.  
  7400.  
  7401.  
  7402.  
  7403.  
  7404. extra lines to force gedit to show
  7405. the line numbers correctly
  7406.  
  7407.  
  7408.  
  7409.  
  7410.  
  7411.  
  7412.  
  7413.  
  7414.  
  7415.  
  7416. extra lines to force gedit to show
  7417. the line numbers correctly
  7418.  
  7419.  
  7420.  
  7421.  
  7422.  
  7423.  
  7424.  
  7425.  
  7426.  
  7427.  
  7428. extra lines to force gedit to show
  7429. the line numbers correctly
  7430.  
  7431.  
  7432.  
  7433.  
  7434.  
  7435.  
  7436.  
  7437.  
  7438.  
  7439.  
  7440. extra lines to force gedit to show
  7441. the line numbers correctly
  7442.  
  7443.  
  7444.  
  7445.  
  7446.  
  7447.  
  7448.  
  7449.  
  7450.  
  7451.  
  7452. extra lines to force gedit to show
  7453. the line numbers correctly
  7454.  
  7455.  
  7456.  
  7457.  
  7458.  
  7459.  
  7460.  
  7461.  
  7462.  
  7463.  
  7464. extra lines to force gedit to show
  7465. the line numbers correctly
  7466.  
  7467.  
  7468.  
  7469.  
  7470.  
  7471.  
  7472.  
  7473.  
  7474.  
  7475.  
  7476. extra lines to force gedit to show
  7477. the line numbers correctly
  7478.  
  7479.  
  7480.  
  7481.  
  7482.  
  7483.  
  7484.  
  7485.  
  7486.  
  7487. extra lines to force gedit to show
  7488. the line numbers correctly
  7489. extra lines to force gedit to show
  7490. the line numbers correctly
  7491.  
  7492.  
  7493.  
  7494.  
  7495.  
  7496.  
  7497.  
  7498.  
  7499.  
  7500.  
  7501. extra lines to force gedit to show
  7502. the line numbers correctly
  7503.  
  7504.  
  7505.  
  7506.  
  7507.  
  7508.  
  7509.  
  7510.  
  7511.  
  7512.  
  7513. extra lines to force gedit to show
  7514. the line numbers correctly
  7515.  
  7516.  
  7517.  
  7518.  
  7519.  
  7520.  
  7521.  
  7522.  
  7523.  
  7524.  
  7525. extra lines to force gedit to show
  7526. the line numbers correctly
  7527.  
  7528.  
  7529.  
  7530.  
  7531.  
  7532.  
  7533.  
  7534.  
  7535.  
  7536.  
  7537. extra lines to force gedit to show
  7538. the line numbers correctly
  7539.  
  7540.  
  7541.  
  7542.  
  7543.  
  7544.  
  7545.  
  7546.  
  7547.  
  7548.  
  7549. extra lines to force gedit to show
  7550. the line numbers correctly
  7551.  
  7552.  
  7553.  
  7554.  
  7555.  
  7556.  
  7557.  
  7558.  
  7559.  
  7560.  
  7561. extra lines to force gedit to show
  7562. the line numbers correctly
  7563.  
  7564.  
  7565.  
  7566.  
  7567.  
  7568.  
  7569.  
  7570.  
  7571.  
  7572.  
  7573. extra lines to force gedit to show
  7574. the line numbers correctly
  7575.  
  7576.  
  7577.  
  7578.  
  7579.  
  7580.  
  7581.  
  7582.  
  7583.  
  7584.  
  7585. extra lines to force gedit to show
  7586. the line numbers correctly
  7587.  
  7588.  
  7589.  
  7590.  
  7591.  
  7592.  
  7593.  
  7594.  
  7595.  
  7596. extra lines to force gedit to show
  7597. the line numbers correctly extra lines to force gedit to show
  7598. the line numbers correctly
  7599.  
  7600.  
  7601.  
  7602.  
  7603.  
  7604.  
  7605.  
  7606.  
  7607.  
  7608.  
  7609. extra lines to force gedit to show
  7610. the line numbers correctly
  7611.  
  7612.  
  7613.  
  7614.  
  7615.  
  7616.  
  7617.  
  7618.  
  7619.  
  7620.  
  7621. extra lines to force gedit to show
  7622. the line numbers correctly
  7623.  
  7624.  
  7625.  
  7626.  
  7627.  
  7628.  
  7629.  
  7630.  
  7631.  
  7632.  
  7633. extra lines to force gedit to show
  7634. the line numbers correctly
  7635.  
  7636.  
  7637.  
  7638.  
  7639.  
  7640.  
  7641.  
  7642.  
  7643.  
  7644.  
  7645. extra lines to force gedit to show
  7646. the line numbers correctly
  7647.  
  7648.  
  7649.  
  7650.  
  7651.  
  7652.  
  7653.  
  7654.  
  7655.  
  7656.  
  7657. extra lines to force gedit to show
  7658. the line numbers correctly
  7659.  
  7660.  
  7661.  
  7662.  
  7663.  
  7664.  
  7665.  
  7666.  
  7667.  
  7668.  
  7669. extra lines to force gedit to show
  7670. the line numbers correctly
  7671.  
  7672.  
  7673.  
  7674.  
  7675.  
  7676.  
  7677.  
  7678.  
  7679.  
  7680.  
  7681. extra lines to force gedit to show
  7682. the line numbers correctly
  7683.  
  7684.  
  7685.  
  7686.  
  7687.  
  7688.  
  7689.  
  7690.  
  7691.  
  7692.  
  7693. extra lines to force gedit to show
  7694. the line numbers correctly
  7695.  
  7696.  
  7697.  
  7698.  
  7699.  
  7700.  
  7701.  
  7702.  
  7703.  
  7704. extra lines to force gedit to show
  7705. the line numbers correctly
  7706.  
  7707.  
  7708.  
  7709.  
  7710.  
  7711.  
  7712.  
  7713.  
  7714.  
  7715. extra lines to force gedit to show
  7716. the line numbers correctly
  7717.  
  7718.  
  7719.  
  7720.  
  7721.  
  7722.  
  7723.  
  7724.  
  7725.  
  7726.  
  7727. extra lines to force gedit to show
  7728. the line numbers correctly
  7729.  
  7730.  
  7731.  
  7732.  
  7733.  
  7734.  
  7735.  
  7736.  
  7737.  
  7738.  
  7739. extra lines to force gedit to show
  7740. the line numbers correctly
  7741.  
  7742.  
  7743.  
  7744.  
  7745.  
  7746.  
  7747.  
  7748.  
  7749.  
  7750.  
  7751. extra lines to force gedit to show
  7752. the line numbers correctly
  7753.  
  7754.  
  7755.  
  7756.  
  7757.  
  7758.  
  7759.  
  7760.  
  7761.  
  7762.  
  7763. extra lines to force gedit to show
  7764. the line numbers correctly
  7765.  
  7766.  
  7767.  
  7768.  
  7769.  
  7770.  
  7771.  
  7772.  
  7773.  
  7774.  
  7775. extra lines to force gedit to show
  7776. the line numbers correctly
  7777.  
  7778.  
  7779.  
  7780.  
  7781.  
  7782.  
  7783.  
  7784.  
  7785.  
  7786.  
  7787. extra lines to force gedit to show
  7788. the line numbers correctly
  7789.  
  7790.  
  7791.  
  7792.  
  7793.  
  7794.  
  7795.  
  7796.  
  7797.  
  7798.  
  7799. extra lines to force gedit to show
  7800. the line numbers correctly
  7801.  
  7802.  
  7803.  
  7804.  
  7805.  
  7806.  
  7807.  
  7808.  
  7809.  
  7810.  
  7811. extra lines to force gedit to show
  7812. the line numbers correctly
  7813.  
  7814.  
  7815.  
  7816.  
  7817.  
  7818.  
  7819.  
  7820.  
  7821.  
  7822. extra lines to force gedit to show
  7823. the line numbers correctly
  7824. extra lines to force gedit to show
  7825. the line numbers correctly
  7826.  
  7827.  
  7828.  
  7829.  
  7830.  
  7831.  
  7832.  
  7833.  
  7834.  
  7835.  
  7836. extra lines to force gedit to show
  7837. the line numbers correctly
  7838.  
  7839.  
  7840.  
  7841.  
  7842.  
  7843.  
  7844.  
  7845.  
  7846.  
  7847.  
  7848. extra lines to force gedit to show
  7849. the line numbers correctly
  7850.  
  7851.  
  7852.  
  7853.  
  7854.  
  7855.  
  7856.  
  7857.  
  7858.  
  7859.  
  7860. extra lines to force gedit to show
  7861. the line numbers correctly
  7862.  
  7863.  
  7864.  
  7865.  
  7866.  
  7867.  
  7868.  
  7869.  
  7870.  
  7871.  
  7872. extra lines to force gedit to show
  7873. the line numbers correctly
  7874.  
  7875.  
  7876.  
  7877.  
  7878.  
  7879.  
  7880.  
  7881.  
  7882.  
  7883.  
  7884. extra lines to force gedit to show
  7885. the line numbers correctly
  7886.  
  7887.  
  7888.  
  7889.  
  7890.  
  7891.  
  7892.  
  7893.  
  7894.  
  7895.  
  7896. extra lines to force gedit to show
  7897. the line numbers correctly
  7898.  
  7899.  
  7900.  
  7901.  
  7902.  
  7903.  
  7904.  
  7905.  
  7906.  
  7907.  
  7908. extra lines to force gedit to show
  7909. the line numbers correctly
  7910.  
  7911.  
  7912.  
  7913.  
  7914.  
  7915.  
  7916.  
  7917.  
  7918.  
  7919.  
  7920. extra lines to force gedit to show
  7921. the line numbers correctly
  7922.  
  7923.  
  7924.  
  7925.  
  7926.  
  7927.  
  7928.  
  7929.  
  7930.  
  7931. extra lines to force gedit to show
  7932. the line numbers correctly extra lines to force gedit to show
  7933. the line numbers correctly
  7934.  
  7935.  
  7936.  
  7937.  
  7938.  
  7939.  
  7940.  
  7941.  
  7942.  
  7943.  
  7944. extra lines to force gedit to show
  7945. the line numbers correctly
  7946.  
  7947.  
  7948.  
  7949.  
  7950.  
  7951.  
  7952.  
  7953.  
  7954.  
  7955.  
  7956. extra lines to force gedit to show
  7957. the line numbers correctly
  7958.  
  7959.  
  7960.  
  7961.  
  7962.  
  7963.  
  7964.  
  7965.  
  7966.  
  7967.  
  7968. extra lines to force gedit to show
  7969. the line numbers correctly
  7970.  
  7971.  
  7972.  
  7973.  
  7974.  
  7975.  
  7976.  
  7977.  
  7978.  
  7979.  
  7980. extra lines to force gedit to show
  7981. the line numbers correctly
  7982.  
  7983.  
  7984.  
  7985.  
  7986.  
  7987.  
  7988.  
  7989.  
  7990.  
  7991.  
  7992. extra lines to force gedit to show
  7993. the line numbers correctly
  7994.  
  7995.  
  7996.  
  7997.  
  7998.  
  7999.  
  8000.  
  8001.  
  8002.  
  8003.  
  8004. extra lines to force gedit to show
  8005. the line numbers correctly
  8006.  
  8007.  
  8008.  
  8009.  
  8010.  
  8011.  
  8012.  
  8013.  
  8014.  
  8015.  
  8016. extra lines to force gedit to show
  8017. the line numbers correctly
  8018.  
  8019.  
  8020.  
  8021.  
  8022.  
  8023.  
  8024.  
  8025.  
  8026.  
  8027.  
  8028. extra lines to force gedit to show
  8029. the line numbers correctly
  8030.  
  8031.  
  8032.  
  8033.  
  8034.  
  8035.  
  8036.  
  8037.  
  8038.  
  8039. extra lines to force gedit to show
  8040. the line numbers correctly
  8041.  
  8042.  
  8043.  
  8044.  
  8045.  
  8046.  
  8047.  
  8048.  
  8049.  
  8050. extra lines to force gedit to show
  8051. the line numbers correctly
  8052.  
  8053.  
  8054.  
  8055.  
  8056.  
  8057.  
  8058.  
  8059.  
  8060.  
  8061.  
  8062. extra lines to force gedit to show
  8063. the line numbers correctly
  8064.  
  8065.  
  8066.  
  8067.  
  8068.  
  8069.  
  8070.  
  8071.  
  8072.  
  8073.  
  8074. extra lines to force gedit to show
  8075. the line numbers correctly
  8076.  
  8077.  
  8078.  
  8079.  
  8080.  
  8081.  
  8082.  
  8083.  
  8084.  
  8085.  
  8086. extra lines to force gedit to show
  8087. the line numbers correctly
  8088.  
  8089.  
  8090.  
  8091.  
  8092.  
  8093.  
  8094.  
  8095.  
  8096.  
  8097.  
  8098. extra lines to force gedit to show
  8099. the line numbers correctly
  8100.  
  8101.  
  8102.  
  8103.  
  8104.  
  8105.  
  8106.  
  8107.  
  8108.  
  8109.  
  8110. extra lines to force gedit to show
  8111. the line numbers correctly
  8112.  
  8113.  
  8114.  
  8115.  
  8116.  
  8117.  
  8118.  
  8119.  
  8120.  
  8121.  
  8122. extra lines to force gedit to show
  8123. the line numbers correctly
  8124.  
  8125.  
  8126.  
  8127.  
  8128.  
  8129.  
  8130.  
  8131.  
  8132.  
  8133.  
  8134. extra lines to force gedit to show
  8135. the line numbers correctly
  8136.  
  8137.  
  8138.  
  8139.  
  8140.  
  8141.  
  8142.  
  8143.  
  8144.  
  8145.  
  8146. extra lines to force gedit to show
  8147. the line numbers correctly
  8148.  
  8149.  
  8150.  
  8151.  
  8152.  
  8153.  
  8154.  
  8155.  
  8156.  
  8157. extra lines to force gedit to show
  8158. the line numbers correctly
  8159. extra lines to force gedit to show
  8160. the line numbers correctly
  8161.  
  8162.  
  8163.  
  8164.  
  8165.  
  8166.  
  8167.  
  8168.  
  8169.  
  8170.  
  8171. extra lines to force gedit to show
  8172. the line numbers correctly
  8173.  
  8174.  
  8175.  
  8176.  
  8177.  
  8178.  
  8179.  
  8180.  
  8181.  
  8182.  
  8183. extra lines to force gedit to show
  8184. the line numbers correctly
  8185.  
  8186.  
  8187.  
  8188.  
  8189.  
  8190.  
  8191.  
  8192.  
  8193.  
  8194.  
  8195. extra lines to force gedit to show
  8196. the line numbers correctly
  8197.  
  8198.  
  8199.  
  8200.  
  8201.  
  8202.  
  8203.  
  8204.  
  8205.  
  8206.  
  8207. extra lines to force gedit to show
  8208. the line numbers correctly
  8209.  
  8210.  
  8211.  
  8212.  
  8213.  
  8214.  
  8215.  
  8216.  
  8217.  
  8218.  
  8219. extra lines to force gedit to show
  8220. the line numbers correctly
  8221.  
  8222.  
  8223.  
  8224.  
  8225.  
  8226.  
  8227.  
  8228.  
  8229.  
  8230.  
  8231. extra lines to force gedit to show
  8232. the line numbers correctly
  8233.  
  8234.  
  8235.  
  8236.  
  8237.  
  8238.  
  8239.  
  8240.  
  8241.  
  8242.  
  8243. extra lines to force gedit to show
  8244. the line numbers correctly
  8245.  
  8246.  
  8247.  
  8248.  
  8249.  
  8250.  
  8251.  
  8252.  
  8253.  
  8254.  
  8255. extra lines to force gedit to show
  8256. the line numbers correctly
  8257.  
  8258.  
  8259.  
  8260.  
  8261.  
  8262.  
  8263.  
  8264.  
  8265.  
  8266. extra lines to force gedit to show
  8267. the line numbers correctly extra lines to force gedit to show
  8268. the line numbers correctly
  8269.  
  8270.  
  8271.  
  8272.  
  8273.  
  8274.  
  8275.  
  8276.  
  8277.  
  8278.  
  8279. extra lines to force gedit to show
  8280. the line numbers correctly
  8281.  
  8282.  
  8283.  
  8284.  
  8285.  
  8286.  
  8287.  
  8288.  
  8289.  
  8290.  
  8291. extra lines to force gedit to show
  8292. the line numbers correctly
  8293.  
  8294.  
  8295.  
  8296.  
  8297.  
  8298.  
  8299.  
  8300.  
  8301.  
  8302.  
  8303. extra lines to force gedit to show
  8304. the line numbers correctly
  8305.  
  8306.  
  8307.  
  8308.  
  8309.  
  8310.  
  8311.  
  8312.  
  8313.  
  8314.  
  8315. extra lines to force gedit to show
  8316. the line numbers correctly
  8317.  
  8318.  
  8319.  
  8320.  
  8321.  
  8322.  
  8323.  
  8324.  
  8325.  
  8326.  
  8327. extra lines to force gedit to show
  8328. the line numbers correctly
  8329.  
  8330.  
  8331.  
  8332.  
  8333.  
  8334.  
  8335.  
  8336.  
  8337.  
  8338.  
  8339. extra lines to force gedit to show
  8340. the line numbers correctly
  8341.  
  8342.  
  8343.  
  8344.  
  8345.  
  8346.  
  8347.  
  8348.  
  8349.  
  8350.  
  8351. extra lines to force gedit to show
  8352. the line numbers correctly
  8353.  
  8354.  
  8355.  
  8356.  
  8357.  
  8358.  
  8359.  
  8360.  
  8361.  
  8362.  
  8363. extra lines to force gedit to show
  8364. the line numbers correctly
  8365.  
  8366.  
  8367.  
  8368.  
  8369.  
  8370.  
  8371.  
  8372.  
  8373.  
  8374. extra lines to force gedit to show
  8375. the line numbers correctly
  8376.  
  8377.  
  8378.  
  8379.  
  8380.  
  8381.  
  8382.  
  8383.  
  8384.  
  8385. extra lines to force gedit to show
  8386. the line numbers correctly
  8387.  
  8388.  
  8389.  
  8390.  
  8391.  
  8392.  
  8393.  
  8394.  
  8395.  
  8396.  
  8397. extra lines to force gedit to show
  8398. the line numbers correctly
  8399.  
  8400.  
  8401.  
  8402.  
  8403.  
  8404.  
  8405.  
  8406.  
  8407.  
  8408.  
  8409. extra lines to force gedit to show
  8410. the line numbers correctly
  8411.  
  8412.  
  8413.  
  8414.  
  8415.  
  8416.  
  8417.  
  8418.  
  8419.  
  8420.  
  8421. extra lines to force gedit to show
  8422. the line numbers correctly
  8423.  
  8424.  
  8425.  
  8426.  
  8427.  
  8428.  
  8429.  
  8430.  
  8431.  
  8432.  
  8433. extra lines to force gedit to show
  8434. the line numbers correctly
  8435.  
  8436.  
  8437.  
  8438.  
  8439.  
  8440.  
  8441.  
  8442.  
  8443.  
  8444.  
  8445. extra lines to force gedit to show
  8446. the line numbers correctly
  8447.  
  8448.  
  8449.  
  8450.  
  8451.  
  8452.  
  8453.  
  8454.  
  8455.  
  8456.  
  8457. extra lines to force gedit to show
  8458. the line numbers correctly
  8459.  
  8460.  
  8461.  
  8462.  
  8463.  
  8464.  
  8465.  
  8466.  
  8467.  
  8468.  
  8469. extra lines to force gedit to show
  8470. the line numbers correctly
  8471.  
  8472.  
  8473.  
  8474.  
  8475.  
  8476.  
  8477.  
  8478.  
  8479.  
  8480.  
  8481. extra lines to force gedit to show
  8482. the line numbers correctly
  8483.  
  8484.  
  8485.  
  8486.  
  8487.  
  8488.  
  8489.  
  8490.  
  8491.  
  8492. extra lines to force gedit to show
  8493. the line numbers correctly
  8494. extra lines to force gedit to show
  8495. the line numbers correctly
  8496.  
  8497.  
  8498.  
  8499.  
  8500.  
  8501.  
  8502.  
  8503.  
  8504.  
  8505.  
  8506. extra lines to force gedit to show
  8507. the line numbers correctly
  8508.  
  8509.  
  8510.  
  8511.  
  8512.  
  8513.  
  8514.  
  8515.  
  8516.  
  8517.  
  8518. extra lines to force gedit to show
  8519. the line numbers correctly
  8520.  
  8521.  
  8522.  
  8523.  
  8524.  
  8525.  
  8526.  
  8527.  
  8528.  
  8529.  
  8530. extra lines to force gedit to show
  8531. the line numbers correctly
  8532.  
  8533.  
  8534.  
  8535.  
  8536.  
  8537.  
  8538.  
  8539.  
  8540.  
  8541.  
  8542. extra lines to force gedit to show
  8543. the line numbers correctly
  8544.  
  8545.  
  8546.  
  8547.  
  8548.  
  8549.  
  8550.  
  8551.  
  8552.  
  8553.  
  8554. extra lines to force gedit to show
  8555. the line numbers correctly
  8556.  
  8557.  
  8558.  
  8559.  
  8560.  
  8561.  
  8562.  
  8563.  
  8564.  
  8565.  
  8566. extra lines to force gedit to show
  8567. the line numbers correctly
  8568.  
  8569.  
  8570.  
  8571.  
  8572.  
  8573.  
  8574.  
  8575.  
  8576.  
  8577.  
  8578. extra lines to force gedit to show
  8579. the line numbers correctly
  8580.  
  8581.  
  8582.  
  8583.  
  8584.  
  8585.  
  8586.  
  8587.  
  8588.  
  8589.  
  8590. extra lines to force gedit to show
  8591. the line numbers correctly
  8592.  
  8593.  
  8594.  
  8595.  
  8596.  
  8597.  
  8598.  
  8599.  
  8600.  
  8601. extra lines to force gedit to show
  8602. the line numbers correctly extra lines to force gedit to show
  8603. the line numbers correctly
  8604.  
  8605.  
  8606.  
  8607.  
  8608.  
  8609.  
  8610.  
  8611.  
  8612.  
  8613.  
  8614. extra lines to force gedit to show
  8615. the line numbers correctly
  8616.  
  8617.  
  8618.  
  8619.  
  8620.  
  8621.  
  8622.  
  8623.  
  8624.  
  8625.  
  8626. extra lines to force gedit to show
  8627. the line numbers correctly
  8628.  
  8629.  
  8630.  
  8631.  
  8632.  
  8633.  
  8634.  
  8635.  
  8636.  
  8637.  
  8638. extra lines to force gedit to show
  8639. the line numbers correctly
  8640.  
  8641.  
  8642.  
  8643.  
  8644.  
  8645.  
  8646.  
  8647.  
  8648.  
  8649.  
  8650. extra lines to force gedit to show
  8651. the line numbers correctly
  8652.  
  8653.  
  8654.  
  8655.  
  8656.  
  8657.  
  8658.  
  8659.  
  8660.  
  8661.  
  8662. extra lines to force gedit to show
  8663. the line numbers correctly
  8664.  
  8665.  
  8666.  
  8667.  
  8668.  
  8669.  
  8670.  
  8671.  
  8672.  
  8673.  
  8674. extra lines to force gedit to show
  8675. the line numbers correctly
  8676.  
  8677.  
  8678.  
  8679.  
  8680.  
  8681.  
  8682.  
  8683.  
  8684.  
  8685.  
  8686. extra lines to force gedit to show
  8687. the line numbers correctly
  8688.  
  8689.  
  8690.  
  8691.  
  8692.  
  8693.  
  8694.  
  8695.  
  8696.  
  8697.  
  8698. extra lines to force gedit to show
  8699. the line numbers correctly
  8700.  
  8701.  
  8702.  
  8703.  
  8704.  
  8705.  
  8706.  
  8707.  
  8708.  
  8709. extra lines to force gedit to show
  8710. the line numbers correctly
  8711.  
  8712.  
  8713.  
  8714.  
  8715.  
  8716.  
  8717.  
  8718.  
  8719.  
  8720. extra lines to force gedit to show
  8721. the line numbers correctly
  8722.  
  8723.  
  8724.  
  8725.  
  8726.  
  8727.  
  8728.  
  8729.  
  8730.  
  8731.  
  8732. extra lines to force gedit to show
  8733. the line numbers correctly
  8734.  
  8735.  
  8736.  
  8737.  
  8738.  
  8739.  
  8740.  
  8741.  
  8742.  
  8743.  
  8744. extra lines to force gedit to show
  8745. the line numbers correctly
  8746.  
  8747.  
  8748.  
  8749.  
  8750.  
  8751.  
  8752.  
  8753.  
  8754.  
  8755.  
  8756. extra lines to force gedit to show
  8757. the line numbers correctly
  8758.  
  8759.  
  8760.  
  8761.  
  8762.  
  8763.  
  8764.  
  8765.  
  8766.  
  8767.  
  8768. extra lines to force gedit to show
  8769. the line numbers correctly
  8770.  
  8771.  
  8772.  
  8773.  
  8774.  
  8775.  
  8776.  
  8777.  
  8778.  
  8779.  
  8780. extra lines to force gedit to show
  8781. the line numbers correctly
  8782.  
  8783.  
  8784.  
  8785.  
  8786.  
  8787.  
  8788.  
  8789.  
  8790.  
  8791.  
  8792. extra lines to force gedit to show
  8793. the line numbers correctly
  8794.  
  8795.  
  8796.  
  8797.  
  8798.  
  8799.  
  8800.  
  8801.  
  8802.  
  8803.  
  8804. extra lines to force gedit to show
  8805. the line numbers correctly
  8806.  
  8807.  
  8808.  
  8809.  
  8810.  
  8811.  
  8812.  
  8813.  
  8814.  
  8815.  
  8816. extra lines to force gedit to show
  8817. the line numbers correctly
  8818.  
  8819.  
  8820.  
  8821.  
  8822.  
  8823.  
  8824.  
  8825.  
  8826.  
  8827. extra lines to force gedit to show
  8828. the line numbers correctly
  8829. extra lines to force gedit to show
  8830. the line numbers correctly
  8831.  
  8832.  
  8833.  
  8834.  
  8835.  
  8836.  
  8837.  
  8838.  
  8839.  
  8840.  
  8841. extra lines to force gedit to show
  8842. the line numbers correctly
  8843.  
  8844.  
  8845.  
  8846.  
  8847.  
  8848.  
  8849.  
  8850.  
  8851.  
  8852.  
  8853. extra lines to force gedit to show
  8854. the line numbers correctly
  8855.  
  8856.  
  8857.  
  8858.  
  8859.  
  8860.  
  8861.  
  8862.  
  8863.  
  8864.  
  8865. extra lines to force gedit to show
  8866. the line numbers correctly
  8867.  
  8868.  
  8869.  
  8870.  
  8871.  
  8872.  
  8873.  
  8874.  
  8875.  
  8876.  
  8877. extra lines to force gedit to show
  8878. the line numbers correctly
  8879.  
  8880.  
  8881.  
  8882.  
  8883.  
  8884.  
  8885.  
  8886.  
  8887.  
  8888.  
  8889. extra lines to force gedit to show
  8890. the line numbers correctly
  8891.  
  8892.  
  8893.  
  8894.  
  8895.  
  8896.  
  8897.  
  8898.  
  8899.  
  8900.  
  8901. extra lines to force gedit to show
  8902. the line numbers correctly
  8903.  
  8904.  
  8905.  
  8906.  
  8907.  
  8908.  
  8909.  
  8910.  
  8911.  
  8912.  
  8913. extra lines to force gedit to show
  8914. the line numbers correctly
  8915.  
  8916.  
  8917.  
  8918.  
  8919.  
  8920.  
  8921.  
  8922.  
  8923.  
  8924.  
  8925. extra lines to force gedit to show
  8926. the line numbers correctly
  8927.  
  8928.  
  8929.  
  8930.  
  8931.  
  8932.  
  8933.  
  8934.  
  8935.  
  8936. extra lines to force gedit to show
  8937. the line numbers correctly extra lines to force gedit to show
  8938. the line numbers correctly
  8939.  
  8940.  
  8941.  
  8942.  
  8943.  
  8944.  
  8945.  
  8946.  
  8947.  
  8948.  
  8949. extra lines to force gedit to show
  8950. the line numbers correctly
  8951.  
  8952.  
  8953.  
  8954.  
  8955.  
  8956.  
  8957.  
  8958.  
  8959.  
  8960.  
  8961. extra lines to force gedit to show
  8962. the line numbers correctly
  8963.  
  8964.  
  8965.  
  8966.  
  8967.  
  8968.  
  8969.  
  8970.  
  8971.  
  8972.  
  8973. extra lines to force gedit to show
  8974. the line numbers correctly
  8975.  
  8976.  
  8977.  
  8978.  
  8979.  
  8980.  
  8981.  
  8982.  
  8983.  
  8984.  
  8985. extra lines to force gedit to show
  8986. the line numbers correctly
  8987.  
  8988.  
  8989.  
  8990.  
  8991.  
  8992.  
  8993.  
  8994.  
  8995.  
  8996.  
  8997. extra lines to force gedit to show
  8998. the line numbers correctly
  8999.  
  9000.  
  9001.  
  9002.  
  9003.  
  9004.  
  9005.  
  9006.  
  9007.  
  9008.  
  9009. extra lines to force gedit to show
  9010. the line numbers correctly
  9011.  
  9012.  
  9013.  
  9014.  
  9015.  
  9016.  
  9017.  
  9018.  
  9019.  
  9020.  
  9021. extra lines to force gedit to show
  9022. the line numbers correctly
  9023.  
  9024.  
  9025.  
  9026.  
  9027.  
  9028.  
  9029.  
  9030.  
  9031.  
  9032.  
  9033. extra lines to force gedit to show
  9034. the line numbers correctly
  9035.  
  9036.  
  9037.  
  9038.  
  9039.  
  9040.  
  9041.  
  9042.  
  9043.  
  9044. extra lines to force gedit to show
  9045. the line numbers correctly
  9046.  
  9047.  
  9048.  
  9049.  
  9050.  
  9051.  
  9052.  
  9053.  
  9054.  
  9055. extra lines to force gedit to show
  9056. the line numbers correctly
  9057.  
  9058.  
  9059.  
  9060.  
  9061.  
  9062.  
  9063.  
  9064.  
  9065.  
  9066.  
  9067. extra lines to force gedit to show
  9068. the line numbers correctly
  9069.  
  9070.  
  9071.  
  9072.  
  9073.  
  9074.  
  9075.  
  9076.  
  9077.  
  9078.  
  9079. extra lines to force gedit to show
  9080. the line numbers correctly
  9081.  
  9082.  
  9083.  
  9084.  
  9085.  
  9086.  
  9087.  
  9088.  
  9089.  
  9090.  
  9091. extra lines to force gedit to show
  9092. the line numbers correctly
  9093.  
  9094.  
  9095.  
  9096.  
  9097.  
  9098.  
  9099.  
  9100.  
  9101.  
  9102.  
  9103. extra lines to force gedit to show
  9104. the line numbers correctly
  9105.  
  9106.  
  9107.  
  9108.  
  9109.  
  9110.  
  9111.  
  9112.  
  9113.  
  9114.  
  9115. extra lines to force gedit to show
  9116. the line numbers correctly
  9117.  
  9118.  
  9119.  
  9120.  
  9121.  
  9122.  
  9123.  
  9124.  
  9125.  
  9126.  
  9127. extra lines to force gedit to show
  9128. the line numbers correctly
  9129.  
  9130.  
  9131.  
  9132.  
  9133.  
  9134.  
  9135.  
  9136.  
  9137.  
  9138.  
  9139. extra lines to force gedit to show
  9140. the line numbers correctly
  9141.  
  9142.  
  9143.  
  9144.  
  9145.  
  9146.  
  9147.  
  9148.  
  9149.  
  9150.  
  9151. extra lines to force gedit to show
  9152. the line numbers correctly
  9153.  
  9154.  
  9155.  
  9156.  
  9157.  
  9158.  
  9159.  
  9160.  
  9161.  
  9162. extra lines to force gedit to show
  9163. the line numbers correctly
  9164. extra lines to force gedit to show
  9165. the line numbers correctly
  9166.  
  9167.  
  9168.  
  9169.  
  9170.  
  9171.  
  9172.  
  9173.  
  9174.  
  9175.  
  9176. extra lines to force gedit to show
  9177. the line numbers correctly
  9178.  
  9179.  
  9180.  
  9181.  
  9182.  
  9183.  
  9184.  
  9185.  
  9186.  
  9187.  
  9188. extra lines to force gedit to show
  9189. the line numbers correctly
  9190.  
  9191.  
  9192.  
  9193.  
  9194.  
  9195.  
  9196.  
  9197.  
  9198.  
  9199.  
  9200. extra lines to force gedit to show
  9201. the line numbers correctly
  9202.  
  9203.  
  9204.  
  9205.  
  9206.  
  9207.  
  9208.  
  9209.  
  9210.  
  9211.  
  9212. extra lines to force gedit to show
  9213. the line numbers correctly
  9214.  
  9215.  
  9216.  
  9217.  
  9218.  
  9219.  
  9220.  
  9221.  
  9222.  
  9223.  
  9224. extra lines to force gedit to show
  9225. the line numbers correctly
  9226.  
  9227.  
  9228.  
  9229.  
  9230.  
  9231.  
  9232.  
  9233.  
  9234.  
  9235.  
  9236. extra lines to force gedit to show
  9237. the line numbers correctly
  9238.  
  9239.  
  9240.  
  9241.  
  9242.  
  9243.  
  9244.  
  9245.  
  9246.  
  9247.  
  9248. extra lines to force gedit to show
  9249. the line numbers correctly
  9250.  
  9251.  
  9252.  
  9253.  
  9254.  
  9255.  
  9256.  
  9257.  
  9258.  
  9259.  
  9260. extra lines to force gedit to show
  9261. the line numbers correctly
  9262.  
  9263.  
  9264.  
  9265.  
  9266.  
  9267.  
  9268.  
  9269.  
  9270.  
  9271. extra lines to force gedit to show
  9272. the line numbers correctly extra lines to force gedit to show
  9273. the line numbers correctly
  9274.  
  9275.  
  9276.  
  9277.  
  9278.  
  9279.  
  9280.  
  9281.  
  9282.  
  9283.  
  9284. extra lines to force gedit to show
  9285. the line numbers correctly
  9286.  
  9287.  
  9288.  
  9289.  
  9290.  
  9291.  
  9292.  
  9293.  
  9294.  
  9295.  
  9296. extra lines to force gedit to show
  9297. the line numbers correctly
  9298.  
  9299.  
  9300.  
  9301.  
  9302.  
  9303.  
  9304.  
  9305.  
  9306.  
  9307.  
  9308. extra lines to force gedit to show
  9309. the line numbers correctly
  9310.  
  9311.  
  9312.  
  9313.  
  9314.  
  9315.  
  9316.  
  9317.  
  9318.  
  9319.  
  9320. extra lines to force gedit to show
  9321. the line numbers correctly
  9322.  
  9323.  
  9324.  
  9325.  
  9326.  
  9327.  
  9328.  
  9329.  
  9330.  
  9331.  
  9332. extra lines to force gedit to show
  9333. the line numbers correctly
  9334.  
  9335.  
  9336.  
  9337.  
  9338.  
  9339.  
  9340.  
  9341.  
  9342.  
  9343.  
  9344. extra lines to force gedit to show
  9345. the line numbers correctly
  9346.  
  9347.  
  9348.  
  9349.  
  9350.  
  9351.  
  9352.  
  9353.  
  9354.  
  9355.  
  9356. extra lines to force gedit to show
  9357. the line numbers correctly
  9358.  
  9359.  
  9360.  
  9361.  
  9362.  
  9363.  
  9364.  
  9365.  
  9366.  
  9367.  
  9368. extra lines to force gedit to show
  9369. the line numbers correctly
  9370.  
  9371.  
  9372.  
  9373.  
  9374.  
  9375.  
  9376.  
  9377.  
  9378.  
  9379. extra lines to force gedit to show
  9380. the line numbers correctly
  9381.  
  9382.  
  9383.  
  9384.  
  9385.  
  9386.  
  9387.  
  9388.  
  9389.  
  9390. extra lines to force gedit to show
  9391. the line numbers correctly
  9392.  
  9393.  
  9394.  
  9395.  
  9396.  
  9397.  
  9398.  
  9399.  
  9400.  
  9401.  
  9402. extra lines to force gedit to show
  9403. the line numbers correctly
  9404.  
  9405.  
  9406.  
  9407.  
  9408.  
  9409.  
  9410.  
  9411.  
  9412.  
  9413.  
  9414. extra lines to force gedit to show
  9415. the line numbers correctly
  9416.  
  9417.  
  9418.  
  9419.  
  9420.  
  9421.  
  9422.  
  9423.  
  9424.  
  9425.  
  9426. extra lines to force gedit to show
  9427. the line numbers correctly
  9428.  
  9429.  
  9430.  
  9431.  
  9432.  
  9433.  
  9434.  
  9435.  
  9436.  
  9437.  
  9438. extra lines to force gedit to show
  9439. the line numbers correctly
  9440.  
  9441.  
  9442.  
  9443.  
  9444.  
  9445.  
  9446.  
  9447.  
  9448.  
  9449.  
  9450. extra lines to force gedit to show
  9451. the line numbers correctly
  9452.  
  9453.  
  9454.  
  9455.  
  9456.  
  9457.  
  9458.  
  9459.  
  9460.  
  9461.  
  9462. extra lines to force gedit to show
  9463. the line numbers correctly
  9464.  
  9465.  
  9466.  
  9467.  
  9468.  
  9469.  
  9470.  
  9471.  
  9472.  
  9473.  
  9474. extra lines to force gedit to show
  9475. the line numbers correctly
  9476.  
  9477.  
  9478.  
  9479.  
  9480.  
  9481.  
  9482.  
  9483.  
  9484.  
  9485.  
  9486. extra lines to force gedit to show
  9487. the line numbers correctly
  9488.  
  9489.  
  9490.  
  9491.  
  9492.  
  9493.  
  9494.  
  9495.  
  9496.  
  9497. extra lines to force gedit to show
  9498. the line numbers correctly
  9499. extra lines to force gedit to show
  9500. the line numbers correctly
  9501.  
  9502.  
  9503.  
  9504.  
  9505.  
  9506.  
  9507.  
  9508.  
  9509.  
  9510.  
  9511. extra lines to force gedit to show
  9512. the line numbers correctly
  9513.  
  9514.  
  9515.  
  9516.  
  9517.  
  9518.  
  9519.  
  9520.  
  9521.  
  9522.  
  9523. extra lines to force gedit to show
  9524. the line numbers correctly
  9525.  
  9526.  
  9527.  
  9528.  
  9529.  
  9530.  
  9531.  
  9532.  
  9533.  
  9534.  
  9535. extra lines to force gedit to show
  9536. the line numbers correctly
  9537.  
  9538.  
  9539.  
  9540.  
  9541.  
  9542.  
  9543.  
  9544.  
  9545.  
  9546.  
  9547. extra lines to force gedit to show
  9548. the line numbers correctly
  9549.  
  9550.  
  9551.  
  9552.  
  9553.  
  9554.  
  9555.  
  9556.  
  9557.  
  9558.  
  9559. extra lines to force gedit to show
  9560. the line numbers correctly
  9561.  
  9562.  
  9563.  
  9564.  
  9565.  
  9566.  
  9567.  
  9568.  
  9569.  
  9570.  
  9571. extra lines to force gedit to show
  9572. the line numbers correctly
  9573.  
  9574.  
  9575.  
  9576.  
  9577.  
  9578.  
  9579.  
  9580.  
  9581.  
  9582.  
  9583. extra lines to force gedit to show
  9584. the line numbers correctly
  9585.  
  9586.  
  9587.  
  9588.  
  9589.  
  9590.  
  9591.  
  9592.  
  9593.  
  9594.  
  9595. extra lines to force gedit to show
  9596. the line numbers correctly
  9597.  
  9598.  
  9599.  
  9600.  
  9601.  
  9602.  
  9603.  
  9604.  
  9605.  
  9606. extra lines to force gedit to show
  9607. the line numbers correctly extra lines to force gedit to show
  9608. the line numbers correctly
  9609.  
  9610.  
  9611.  
  9612.  
  9613.  
  9614.  
  9615.  
  9616.  
  9617.  
  9618.  
  9619. extra lines to force gedit to show
  9620. the line numbers correctly
  9621.  
  9622.  
  9623.  
  9624.  
  9625.  
  9626.  
  9627.  
  9628.  
  9629.  
  9630.  
  9631. extra lines to force gedit to show
  9632. the line numbers correctly
  9633.  
  9634.  
  9635.  
  9636.  
  9637.  
  9638.  
  9639.  
  9640.  
  9641.  
  9642.  
  9643. extra lines to force gedit to show
  9644. the line numbers correctly
  9645.  
  9646.  
  9647.  
  9648.  
  9649.  
  9650.  
  9651.  
  9652.  
  9653.  
  9654.  
  9655. extra lines to force gedit to show
  9656. the line numbers correctly
  9657.  
  9658.  
  9659.  
  9660.  
  9661.  
  9662.  
  9663.  
  9664.  
  9665.  
  9666.  
  9667. extra lines to force gedit to show
  9668. the line numbers correctly
  9669.  
  9670.  
  9671.  
  9672.  
  9673.  
  9674.  
  9675.  
  9676.  
  9677.  
  9678.  
  9679. extra lines to force gedit to show
  9680. the line numbers correctly
  9681.  
  9682.  
  9683.  
  9684.  
  9685.  
  9686.  
  9687.  
  9688.  
  9689.  
  9690.  
  9691. extra lines to force gedit to show
  9692. the line numbers correctly
  9693.  
  9694.  
  9695.  
  9696.  
  9697.  
  9698.  
  9699.  
  9700.  
  9701.  
  9702.  
  9703. extra lines to force gedit to show
  9704. the line numbers correctly
  9705.  
  9706.  
  9707.  
  9708.  
  9709.  
  9710.  
  9711.  
  9712.  
  9713.  
  9714. extra lines to force gedit to show
  9715. the line numbers correctly
  9716.  
  9717.  
  9718.  
  9719.  
  9720.  
  9721.  
  9722.  
  9723.  
  9724.  
  9725. extra lines to force gedit to show
  9726. the line numbers correctly
  9727.  
  9728.  
  9729.  
  9730.  
  9731.  
  9732.  
  9733.  
  9734.  
  9735.  
  9736.  
  9737. extra lines to force gedit to show
  9738. the line numbers correctly
  9739.  
  9740.  
  9741.  
  9742.  
  9743.  
  9744.  
  9745.  
  9746.  
  9747.  
  9748.  
  9749. extra lines to force gedit to show
  9750. the line numbers correctly
  9751.  
  9752.  
  9753.  
  9754.  
  9755.  
  9756.  
  9757.  
  9758.  
  9759.  
  9760.  
  9761. extra lines to force gedit to show
  9762. the line numbers correctly
  9763.  
  9764.  
  9765.  
  9766.  
  9767.  
  9768.  
  9769.  
  9770.  
  9771.  
  9772.  
  9773. extra lines to force gedit to show
  9774. the line numbers correctly
  9775.  
  9776.  
  9777.  
  9778.  
  9779.  
  9780.  
  9781.  
  9782.  
  9783.  
  9784.  
  9785. extra lines to force gedit to show
  9786. the line numbers correctly
  9787.  
  9788.  
  9789.  
  9790.  
  9791.  
  9792.  
  9793.  
  9794.  
  9795.  
  9796.  
  9797. extra lines to force gedit to show
  9798. the line numbers correctly
  9799.  
  9800.  
  9801.  
  9802.  
  9803.  
  9804.  
  9805.  
  9806.  
  9807.  
  9808.  
  9809. extra lines to force gedit to show
  9810. the line numbers correctly
  9811.  
  9812.  
  9813.  
  9814.  
  9815.  
  9816.  
  9817.  
  9818.  
  9819.  
  9820.  
  9821. extra lines to force gedit to show
  9822. the line numbers correctly
  9823.  
  9824.  
  9825.  
  9826.  
  9827.  
  9828.  
  9829.  
  9830.  
  9831.  
  9832. extra lines to force gedit to show
  9833. the line numbers correctly
  9834. extra lines to force gedit to show
  9835. the line numbers correctly
  9836.  
  9837.  
  9838.  
  9839.  
  9840.  
  9841.  
  9842.  
  9843.  
  9844.  
  9845.  
  9846. extra lines to force gedit to show
  9847. the line numbers correctly
  9848.  
  9849.  
  9850.  
  9851.  
  9852.  
  9853.  
  9854.  
  9855.  
  9856.  
  9857.  
  9858. extra lines to force gedit to show
  9859. the line numbers correctly
  9860.  
  9861.  
  9862.  
  9863.  
  9864.  
  9865.  
  9866.  
  9867.  
  9868.  
  9869.  
  9870. extra lines to force gedit to show
  9871. the line numbers correctly
  9872.  
  9873.  
  9874.  
  9875.  
  9876.  
  9877.  
  9878.  
  9879.  
  9880.  
  9881.  
  9882. extra lines to force gedit to show
  9883. the line numbers correctly
  9884.  
  9885.  
  9886.  
  9887.  
  9888.  
  9889.  
  9890.  
  9891.  
  9892.  
  9893.  
  9894. extra lines to force gedit to show
  9895. the line numbers correctly
  9896.  
  9897.  
  9898.  
  9899.  
  9900.  
  9901.  
  9902.  
  9903.  
  9904.  
  9905.  
  9906. extra lines to force gedit to show
  9907. the line numbers correctly
  9908.  
  9909.  
  9910.  
  9911.  
  9912.  
  9913.  
  9914.  
  9915.  
  9916.  
  9917.  
  9918. extra lines to force gedit to show
  9919. the line numbers correctly
  9920.  
  9921.  
  9922.  
  9923.  
  9924.  
  9925.  
  9926.  
  9927.  
  9928.  
  9929.  
  9930. extra lines to force gedit to show
  9931. the line numbers correctly
  9932.  
  9933.  
  9934.  
  9935.  
  9936.  
  9937.  
  9938.  
  9939.  
  9940.  
  9941. extra lines to force gedit to show
  9942. the line numbers correctly extra lines to force gedit to show
  9943. the line numbers correctly
  9944.  
  9945.  
  9946.  
  9947.  
  9948.  
  9949.  
  9950.  
  9951.  
  9952.  
  9953.  
  9954. extra lines to force gedit to show
  9955. the line numbers correctly
  9956.  
  9957.  
  9958.  
  9959.  
  9960.  
  9961.  
  9962.  
  9963.  
  9964.  
  9965.  
  9966. extra lines to force gedit to show
  9967. the line numbers correctly
  9968.  
  9969.  
  9970.  
  9971.  
  9972.  
  9973.  
  9974.  
  9975.  
  9976.  
  9977.  
  9978. extra lines to force gedit to show
  9979. the line numbers correctly
  9980.  
  9981.  
  9982.  
  9983.  
  9984.  
  9985.  
  9986.  
  9987.  
  9988.  
  9989.  
  9990. extra lines to force gedit to show
  9991. the line numbers correctly
  9992.  
  9993.  
  9994.  
  9995.  
  9996.  
  9997.  
  9998.  
  9999.  
  10000.  
  10001.  
  10002. extra lines to force gedit to show
  10003. the line numbers correctly
  10004.  
  10005.  
  10006.  
  10007.  
  10008.  
  10009.  
  10010.  
  10011.  
  10012.  
  10013.  
  10014. extra lines to force gedit to show
  10015. the line numbers correctly
  10016.  
  10017.  
  10018.  
  10019.  
  10020.  
  10021.  
  10022.  
  10023.  
  10024.  
  10025.  
  10026. extra lines to force gedit to show
  10027. the line numbers correctly
  10028.  
  10029.  
  10030.  
  10031.  
  10032.  
  10033.  
  10034.  
  10035.  
  10036.  
  10037.  
  10038. extra lines to force gedit to show
  10039. the line numbers correctly
  10040.  
  10041.  
  10042.  
  10043.  
  10044.  
  10045.  
  10046.  
  10047.  
  10048.  
  10049. extra lines to force gedit to show
  10050. the line numbers correctly
  10051.  
  10052.  
  10053.  
  10054.  
  10055.  
  10056.  
  10057.  
  10058.  
  10059.  
  10060. extra lines to force gedit to show
  10061. the line numbers correctly
  10062.  
  10063.  
  10064.  
  10065.  
  10066.  
  10067.  
  10068.  
  10069.  
  10070.  
  10071.  
  10072. extra lines to force gedit to show
  10073. the line numbers correctly
  10074.  
  10075.  
  10076.  
  10077.  
  10078.  
  10079.  
  10080.  
  10081.  
  10082.  
  10083.  
  10084. extra lines to force gedit to show
  10085. the line numbers correctly
  10086.  
  10087.  
  10088.  
  10089.  
  10090.  
  10091.  
  10092.  
  10093.  
  10094.  
  10095.  
  10096. extra lines to force gedit to show
  10097. the line numbers correctly
  10098.  
  10099.  
  10100.  
  10101.  
  10102.  
  10103.  
  10104.  
  10105.  
  10106.  
  10107.  
  10108. extra lines to force gedit to show
  10109. the line numbers correctly
  10110.  
  10111.  
  10112.  
  10113.  
  10114.  
  10115.  
  10116.  
  10117.  
  10118.  
  10119.  
  10120. extra lines to force gedit to show
  10121. the line numbers correctly
  10122.  
  10123.  
  10124.  
  10125.  
  10126.  
  10127.  
  10128.  
  10129.  
  10130.  
  10131.  
  10132. extra lines to force gedit to show
  10133. the line numbers correctly
  10134.  
  10135.  
  10136.  
  10137.  
  10138.  
  10139.  
  10140.  
  10141.  
  10142.  
  10143.  
  10144. extra lines to force gedit to show
  10145. the line numbers correctly
  10146.  
  10147.  
  10148.  
  10149.  
  10150.  
  10151.  
  10152.  
  10153.  
  10154.  
  10155.  
  10156. extra lines to force gedit to show
  10157. the line numbers correctly
  10158.  
  10159.  
  10160.  
  10161.  
  10162.  
  10163.  
  10164.  
  10165.  
  10166.  
  10167. extra lines to force gedit to show
  10168. the line numbers correctly
  10169. extra lines to force gedit to show
  10170. the line numbers correctly
  10171.  
  10172.  
  10173.  
  10174.  
  10175.  
  10176.  
  10177.  
  10178.  
  10179.  
  10180.  
  10181. extra lines to force gedit to show
  10182. the line numbers correctly
  10183.  
  10184.  
  10185.  
  10186.  
  10187.  
  10188.  
  10189.  
  10190.  
  10191.  
  10192.  
  10193. extra lines to force gedit to show
  10194. the line numbers correctly
  10195.  
  10196.  
  10197.  
  10198.  
  10199.  
  10200.  
  10201.  
  10202.  
  10203.  
  10204.  
  10205. extra lines to force gedit to show
  10206. the line numbers correctly
  10207.  
  10208.  
  10209.  
  10210.  
  10211.  
  10212.  
  10213.  
  10214.  
  10215.  
  10216.  
  10217. extra lines to force gedit to show
  10218. the line numbers correctly
  10219.  
  10220.  
  10221.  
  10222.  
  10223.  
  10224.  
  10225.  
  10226.  
  10227.  
  10228.  
  10229. extra lines to force gedit to show
  10230. the line numbers correctly
  10231.  
  10232.  
  10233.  
  10234.  
  10235.  
  10236.  
  10237.  
  10238.  
  10239.  
  10240.  
  10241. extra lines to force gedit to show
  10242. the line numbers correctly
  10243.  
  10244.  
  10245.  
  10246.  
  10247.  
  10248.  
  10249.  
  10250.  
  10251.  
  10252.  
  10253. extra lines to force gedit to show
  10254. the line numbers correctly
  10255.  
  10256.  
  10257.  
  10258.  
  10259.  
  10260.  
  10261.  
  10262.  
  10263.  
  10264.  
  10265. extra lines to force gedit to show
  10266. the line numbers correctly
  10267.  
  10268.  
  10269.  
  10270.  
  10271.  
  10272.  
  10273.  
  10274.  
  10275.  
  10276. extra lines to force gedit to show
  10277. the line numbers correctly extra lines to force gedit to show
  10278. the line numbers correctly
  10279.  
  10280.  
  10281.  
  10282.  
  10283.  
  10284.  
  10285.  
  10286.  
  10287.  
  10288.  
  10289. extra lines to force gedit to show
  10290. the line numbers correctly
  10291.  
  10292.  
  10293.  
  10294.  
  10295.  
  10296.  
  10297.  
  10298.  
  10299.  
  10300.  
  10301. extra lines to force gedit to show
  10302. the line numbers correctly
  10303.  
  10304.  
  10305.  
  10306.  
  10307.  
  10308.  
  10309.  
  10310.  
  10311.  
  10312.  
  10313. extra lines to force gedit to show
  10314. the line numbers correctly
  10315.  
  10316.  
  10317.  
  10318.  
  10319.  
  10320.  
  10321.  
  10322.  
  10323.  
  10324.  
  10325. extra lines to force gedit to show
  10326. the line numbers correctly
  10327.  
  10328.  
  10329.  
  10330.  
  10331.  
  10332.  
  10333.  
  10334.  
  10335.  
  10336.  
  10337. extra lines to force gedit to show
  10338. the line numbers correctly
  10339.  
  10340.  
  10341.  
  10342.  
  10343.  
  10344.  
  10345.  
  10346.  
  10347.  
  10348.  
  10349. extra lines to force gedit to show
  10350. the line numbers correctly
  10351.  
  10352.  
  10353.  
  10354.  
  10355.  
  10356.  
  10357.  
  10358.  
  10359.  
  10360.  
  10361. extra lines to force gedit to show
  10362. the line numbers correctly
  10363.  
  10364.  
  10365.  
  10366.  
  10367.  
  10368.  
  10369.  
  10370.  
  10371.  
  10372.  
  10373. extra lines to force gedit to show
  10374. the line numbers correctly
  10375.  
  10376.  
  10377.  
  10378.  
  10379.  
  10380.  
  10381.  
  10382.  
  10383.  
  10384. extra lines to force gedit to show
  10385. the line numbers correctly
  10386.  
  10387.  
  10388.  
  10389.  
  10390.  
  10391.  
  10392.  
  10393.  
  10394.  
  10395. extra lines to force gedit to show
  10396. the line numbers correctly
  10397.  
  10398.  
  10399.  
  10400.  
  10401.  
  10402.  
  10403.  
  10404.  
  10405.  
  10406.  
  10407. extra lines to force gedit to show
  10408. the line numbers correctly
  10409.  
  10410.  
  10411.  
  10412.  
  10413.  
  10414.  
  10415.  
  10416.  
  10417.  
  10418.  
  10419. extra lines to force gedit to show
  10420. the line numbers correctly
  10421.  
  10422.  
  10423.  
  10424.  
  10425.  
  10426.  
  10427.  
  10428.  
  10429.  
  10430.  
  10431. extra lines to force gedit to show
  10432. the line numbers correctly
  10433.  
  10434.  
  10435.  
  10436.  
  10437.  
  10438.  
  10439.  
  10440.  
  10441.  
  10442.  
  10443. extra lines to force gedit to show
  10444. the line numbers correctly
  10445.  
  10446.  
  10447.  
  10448.  
  10449.  
  10450.  
  10451.  
  10452.  
  10453.  
  10454.  
  10455. extra lines to force gedit to show
  10456. the line numbers correctly
  10457.  
  10458.  
  10459.  
  10460.  
  10461.  
  10462.  
  10463.  
  10464.  
  10465.  
  10466.  
  10467. extra lines to force gedit to show
  10468. the line numbers correctly
  10469.  
  10470.  
  10471.  
  10472.  
  10473.  
  10474.  
  10475.  
  10476.  
  10477.  
  10478.  
  10479. extra lines to force gedit to show
  10480. the line numbers correctly
  10481.  
  10482.  
  10483.  
  10484.  
  10485.  
  10486.  
  10487.  
  10488.  
  10489.  
  10490.  
  10491. extra lines to force gedit to show
  10492. the line numbers correctly
  10493.  
  10494.  
  10495.  
  10496.  
  10497.  
  10498.  
  10499.  
  10500.  
  10501.  
  10502. extra lines to force gedit to show
  10503. the line numbers correctly
  10504. extra lines to force gedit to show
  10505. the line numbers correctly
  10506.  
  10507.  
  10508.  
  10509.  
  10510.  
  10511.  
  10512.  
  10513.  
  10514.  
  10515.  
  10516. extra lines to force gedit to show
  10517. the line numbers correctly
  10518.  
  10519.  
  10520.  
  10521.  
  10522.  
  10523.  
  10524.  
  10525.  
  10526.  
  10527.  
  10528. extra lines to force gedit to show
  10529. the line numbers correctly
  10530.  
  10531.  
  10532.  
  10533.  
  10534.  
  10535.  
  10536.  
  10537.  
  10538.  
  10539.  
  10540. extra lines to force gedit to show
  10541. the line numbers correctly
  10542.  
  10543.  
  10544.  
  10545.  
  10546.  
  10547.  
  10548.  
  10549.  
  10550.  
  10551.  
  10552. extra lines to force gedit to show
  10553. the line numbers correctly
  10554.  
  10555.  
  10556.  
  10557.  
  10558.  
  10559.  
  10560.  
  10561.  
  10562.  
  10563.  
  10564. extra lines to force gedit to show
  10565. the line numbers correctly
  10566.  
  10567.  
  10568.  
  10569.  
  10570.  
  10571.  
  10572.  
  10573.  
  10574.  
  10575.  
  10576. extra lines to force gedit to show
  10577. the line numbers correctly
  10578.  
  10579.  
  10580.  
  10581.  
  10582.  
  10583.  
  10584.  
  10585.  
  10586.  
  10587.  
  10588. extra lines to force gedit to show
  10589. the line numbers correctly
  10590.  
  10591.  
  10592.  
  10593.  
  10594.  
  10595.  
  10596.  
  10597.  
  10598.  
  10599.  
  10600. extra lines to force gedit to show
  10601. the line numbers correctly
  10602.  
  10603.  
  10604.  
  10605.  
  10606.  
  10607.  
  10608.  
  10609.  
  10610.  
  10611. extra lines to force gedit to show
  10612. the line numbers correctly extra lines to force gedit to show
  10613. the line numbers correctly
  10614.  
  10615.  
  10616.  
  10617.  
  10618.  
  10619.  
  10620.  
  10621.  
  10622.  
  10623.  
  10624. extra lines to force gedit to show
  10625. the line numbers correctly
  10626.  
  10627.  
  10628.  
  10629.  
  10630.  
  10631.  
  10632.  
  10633.  
  10634.  
  10635.  
  10636. extra lines to force gedit to show
  10637. the line numbers correctly
  10638.  
  10639.  
  10640.  
  10641.  
  10642.  
  10643.  
  10644.  
  10645.  
  10646.  
  10647.  
  10648. extra lines to force gedit to show
  10649. the line numbers correctly
  10650.  
  10651.  
  10652.  
  10653.  
  10654.  
  10655.  
  10656.  
  10657.  
  10658.  
  10659.  
  10660. extra lines to force gedit to show
  10661. the line numbers correctly
  10662.  
  10663.  
  10664.  
  10665.  
  10666.  
  10667.  
  10668.  
  10669.  
  10670.  
  10671.  
  10672. extra lines to force gedit to show
  10673. the line numbers correctly
  10674.  
  10675.  
  10676.  
  10677.  
  10678.  
  10679.  
  10680.  
  10681.  
  10682.  
  10683.  
  10684. extra lines to force gedit to show
  10685. the line numbers correctly
  10686.  
  10687.  
  10688.  
  10689.  
  10690.  
  10691.  
  10692.  
  10693.  
  10694.  
  10695.  
  10696. extra lines to force gedit to show
  10697. the line numbers correctly
  10698.  
  10699.  
  10700.  
  10701.  
  10702.  
  10703.  
  10704.  
  10705.  
  10706.  
  10707.  
  10708. extra lines to force gedit to show
  10709. the line numbers correctly
  10710.  
  10711.  
  10712.  
  10713.  
  10714.  
  10715.  
  10716.  
  10717.  
  10718.  
  10719. extra lines to force gedit to show
  10720. the line numbers correctly
  10721.  
  10722. -->
Advertisement
Add Comment
Please, Sign In to add comment